Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aralroca/cat-dog-detection-tfjs

Cat/Dog detection model in Tensorflow.js
https://github.com/aralroca/cat-dog-detection-tfjs

machine-learning mobilenet preact react tensorflow tensorflowjs tfjs tfjs-tutorials

Last synced: 20 days ago
JSON representation

Cat/Dog detection model in Tensorflow.js

Awesome Lists containing this project

README

        

# Cat/Dog image detection

Tensorflow.js project

* Tutorial: https://aralroca.com/blog/cat-dog-classifier
* Used dataset: https://www.kaggle.com/tongpython/cat-and-dog
* Demo app: https://cat-dog-detection-tfjs.vercel.app/

demo

## Available Scripts

### npm start

Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

### npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

### npm run build

Builds the app for production to the `build/` folder.
It correctly bundles Preact in production mode and optimizes the build for the best performance.

### Q: What about Eject?

No eject needed! Snowpack guarantees zero lock-in, and CSA strives for the same.