You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **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.
0 commit comments