Skip to content

🔴 Real-Time Object Detection on a Livestream with TensorFlow.js

License

Notifications You must be signed in to change notification settings

cloud-annotations/object-detection-live-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Detection Live Stream

Setup

git clone the repo and cd into it by running the following command:

git clone https://github.com/cloud-annotations/object-detection-live-stream.git
cd object-detection-live-stream

npm install

Note: You’ll need to have Node 8.10.0 or later on your local development machine. You can use nvm (macOS/Linux) or nvm-windows to easily switch Node versions between different projects.

Run the App

npm start

Open http://localhost:3000 to view it in the browser.

Bonus: Add a Custom TensorFlow.js Model to the App

You can find an in depth walkthrough for training a TensorFlow.js model here.

Once trained, copy the generated model_web directory and paste it into the public folder of this repo.

About

🔴 Real-Time Object Detection on a Livestream with TensorFlow.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published