Skip to content

A react app ready for standalone videos with tensorflow.js models

License

Notifications You must be signed in to change notification settings

cloud-annotations/standalone-video-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

acb45d7 · Sep 3, 2020

History

4 Commits
Jul 26, 2019
Sep 3, 2020
Jul 26, 2019
Jul 26, 2019
Jul 31, 2019
Jul 26, 2019
Jul 26, 2019
Jul 26, 2019

Repository files navigation

Object Detection React App

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

Setup

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

git clone https://github.com/cloud-annotations/standalone-video-react.git
cd standalone-video-react

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.

Add TensorFlow.js Model to the App

Copy the model_web directory generated from the object detection walkthrough and paste it into the public folder of this repo.

Run the App

npm start

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