https://github.com/brianpeiris/teachable-redux
A pared down teachable-machine
https://github.com/brianpeiris/teachable-redux
deep-learning javascript machine-learning tensorflowjs
Last synced: about 2 months ago
JSON representation
A pared down teachable-machine
- Host: GitHub
- URL: https://github.com/brianpeiris/teachable-redux
- Owner: brianpeiris
- License: apache-2.0
- Created: 2018-07-18T13:45:55.000Z (almost 8 years ago)
- Default Branch: glitch
- Last Pushed: 2018-07-18T22:02:11.000Z (almost 8 years ago)
- Last Synced: 2025-02-24T09:17:53.119Z (over 1 year ago)
- Topics: deep-learning, javascript, machine-learning, tensorflowjs
- Language: JavaScript
- Homepage: https://teachable-redux.glitch.me/
- Size: 506 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Teachable Redux
A significantly pared down version of [googlecreativelab/teachable-machine](https://github.com/googlecreativelab/teachable-machine).
Entry point and UI stuff is in `index.js`.
If you only care about the output after training, look at `setConfidences` in `index.js`.
The deep learning bits are in `js/WebcamClassifier.js`.
(Note: `package.json` is renamed to `.package.json` so that Glitch doesn't choke on it.)
[](https://glitch.com/edit/#!/remix/teachable-redux)