https://github.com/cloud-annotations/standalone-video-react
A react app ready for standalone videos with tensorflow.js models
https://github.com/cloud-annotations/standalone-video-react
Last synced: 2 months ago
JSON representation
A react app ready for standalone videos with tensorflow.js models
- Host: GitHub
- URL: https://github.com/cloud-annotations/standalone-video-react
- Owner: cloud-annotations
- License: mit
- Created: 2019-07-26T19:37:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T17:46:29.000Z (over 3 years ago)
- Last Synced: 2025-02-16T14:56:31.396Z (4 months ago)
- Language: JavaScript
- Size: 3.32 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Object Detection React App
You can find an in depth walkthrough for training a TensorFlow.js model [here](https://github.com/cloud-annotations/training/).
## Setup
`git clone` the repo and `cd` into it by running the following command:```bash
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](https://github.com/creationix/nvm#installation) (macOS/Linux) or [nvm-windows](https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-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](http://localhost:3000) to view it in the browser.