Skip to content

Commit cc34846

Browse files
authored
Update README.md
1 parent 4202ec1 commit cc34846

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
11
# Object Detection React App
22

3-
You can find an in depth walkthrough [here](https://bourdakos1.github.io/tfjs-object-detection-training/).
3+
You can find an in depth walkthrough for training a TensorFlow.js model to use in this demo [here](https://cloud-annotations.github.io/training/).
4+
5+
## Setup
6+
`git clone` the repo and `cd` into it by running the following command:
7+
8+
```bash
9+
git clone github.com/cloud-annotations/object-detection-react-app.git &&
10+
cd object-detection-react-app
11+
```
12+
13+
### `npm install`
14+
15+
> **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.
16+
17+
## Add TensorFlow.js Model to the App
18+
Copy the `model_web` directory and the `labels.json` file generated from the previous steps and paste it into the `public` folder of this new repo.
19+
20+
## Run the App
21+
### `npm start`
22+
23+
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
24+

0 commit comments

Comments
 (0)