Skip to content

CiscoDevNet/Object-detection-via-Meraki-Camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object detection via Meraki Camera

published

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.

Related technologies

  1. Meraki MV camera and snapshot API (/networks/[networkId]/cameras/[serial]/snapshot)
  2. ML5.js and Tensorflow.js
  3. Flask and p5.js

How to run this demo

config

  1. Replace MERAKI_API_KEY in the app.py to your Meraki API Key
  2. Replace network_id in static/sketch.js and app.py to camera network id
  3. Replace camera_serial in the static/sketch.js to the camera serial number

Run

  1. Execute python3 app.py at the root folder
  2. Open http://0.0.0.0:8088/ with the Chrome browser

About

Image object detection via Meraki Camera snapshot API in browser.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published