https://github.com/cloud-annotations/classification-react
https://github.com/cloud-annotations/classification-react
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloud-annotations/classification-react
- Owner: cloud-annotations
- License: mit
- Created: 2019-07-08T01:45:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T16:30:07.000Z (over 3 years ago)
- Last Synced: 2025-03-23T06:11:20.821Z (3 months ago)
- Language: CSS
- Size: 2.75 MB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Classification 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/classification-react.git
cd classification-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 classification 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.