Demo : http://3.16.79.183:8088/
Image object detection via Meraki Camera snapshot API in browser.
Using YOLO(You only look once) real-time object detection built-in ML5.js (based on Tensorflow.js) to detect images returned from Meraki Snapshot API.
- Meraki MV camera and snapshot API (
/networks/[networkId]/cameras/[serial]/snapshot
) - ML5.js and Tensorflow.js
- Flask and p5.js
- Replace
MERAKI_API_KEY
in the app.py to your Meraki API Key - Replace
network_id
in static/sketch.js and app.py to camera network id - Replace
camera_serial
in the static/sketch.js to the camera serial number
- Execute
python3 app.py
at the root folder - Open
http://0.0.0.0:8088/
with the Chrome browser