https://github.com/cloud-annotations/object-detection-react
⚛️ Real-Time Custom Object Detection with TensorFlow.js
https://github.com/cloud-annotations/object-detection-react
Last synced: 8 months ago
JSON representation
⚛️ Real-Time Custom Object Detection with TensorFlow.js
- Host: GitHub
- URL: https://github.com/cloud-annotations/object-detection-react
- Owner: cloud-annotations
- License: mit
- Created: 2019-01-29T22:21:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T07:35:25.000Z (almost 4 years ago)
- Last Synced: 2025-03-31T16:19:14.387Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.83 MB
- Stars: 255
- Watchers: 6
- Forks: 108
- Open Issues: 24
-
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/object-detection-react.git
cd object-detection-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.