https://github.com/lucasmagnum/tensorflow-js-teachable-image-classifier
Teachable image classifier using TensorFlow.js with MobileNet + KNN Classifier
https://github.com/lucasmagnum/tensorflow-js-teachable-image-classifier
tensorflow tensorflow-js
Last synced: 6 months ago
JSON representation
Teachable image classifier using TensorFlow.js with MobileNet + KNN Classifier
- Host: GitHub
- URL: https://github.com/lucasmagnum/tensorflow-js-teachable-image-classifier
- Owner: LucasMagnum
- License: mit
- Created: 2021-01-26T18:26:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T18:30:21.000Z (almost 5 years ago)
- Last Synced: 2025-01-17T21:27:35.152Z (11 months ago)
- Topics: tensorflow, tensorflow-js
- Language: JavaScript
- Homepage: https://teachable-image-classifier-tensorflow-js.netlify.app/
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Teachable Image Classifier - TensorFlow.js
Build a simple teachable machine using transfer learning with TensorFlow.js
Mobilenet model in combination with KNN Classifier.