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

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

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.)

[![Remix on Glitch](https://cdn.glitch.com/2703baf2-b643-4da7-ab91-7ee2a2d00b5b%2Fremix-button.svg)](https://glitch.com/edit/#!/remix/teachable-redux)