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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ cd object-detection-react-app
15
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
16
17
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.
18
+
Copy the `model_web` directory generated from the object detection walkthrough and paste it into the `public` folder of this repo.
0 commit comments