This repository is deprecated; please follow the main search page or use the ‘Related code repos’ widget on the right side of the current page.

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
View code on GitHub

Code Exchange Community

Get help, share code, and collaborate with other developers in the Code Exchange community.View Community
Disclaimer:
Cisco provides Code Exchange for convenience and informational purposes only, with no support of any kind. This page contains information and links from third-party websites that are governed by their own separate terms. Reference to a project or contributor on this page does not imply any affiliation with or endorsement by Cisco.