Skip to main content

What is Edge AI?

Edge AI means running artificial intelligence algorithms locally on a device โ€” at the "edge" of the network โ€” rather than sending data to a remote server or the cloud.


Cloud AI vs. Edge AIโ€‹

Cloud AIEdge AI
Where it runsRemote serverOn the device/near the device itself
Latency100 ms โ€“ several seconds< 10 ms (real-time)
InternetRequiredNot required
PrivacyData leaves the deviceData stays on device
PowerHigh (server)Ultra-low (mW range)
CostPer-API-call billingOne-time hardware

Why Edge AI Mattersโ€‹

Real-Time Responseโ€‹

A keyword-spotting model on a microcontroller responds in milliseconds. Sending audio to a cloud API and waiting for a response takes seconds โ€” unacceptable for many applications.

Privacy by Designโ€‹

Medical wearables, security cameras, and industrial sensors often can't (or shouldn't) send raw data over the internet. Edge AI keeps sensitive data local.

Works Offlineโ€‹

Edge devices function in remote locations, underground, or in poor-connectivity environments โ€” no internet required.

Energy Efficiencyโ€‹

A TinyML model on a microcontroller can run for months on a coin cell battery. Cloud-dependent systems require continuous data transmission.


Where is Edge AI Used?โ€‹

  • Industrial predictive maintenance โ€” vibration anomaly detection on factory floors
  • Healthcare wearables โ€” ECG classification, fall detection
  • Agriculture โ€” soil sensor analysis, pest detection with cameras
  • Consumer electronics โ€” face unlock, gesture control, noise cancellation
  • Robotics โ€” real-time object detection and navigation

Next Stepsโ€‹

โ†’ Workshop Overview โ€” see the full agenda
โ†’ Arduino Q Setup โ€” get your hardware ready