Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aralroca/cat-dog-detection-tfjs
- Owner: aralroca
- License: other
- Created: 2020-06-28T09:59:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:46:30.000Z (almost 2 years ago)
- Last Synced: 2024-11-28T19:39:17.201Z (27 days ago)
- Topics: machine-learning, mobilenet, preact, react, tensorflow, tensorflowjs, tfjs, tfjs-tutorials
- Language: JavaScript
- Homepage: https://cat-dog-detection-tfjs.vercel.app/
- Size: 220 MB
- Stars: 10
- Watchers: 3
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/## 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.