Skip to content

a techable machine for image classifcation, you can train from your web camera and classify all you want and more you can also download the model you've trained and use it

Notifications You must be signed in to change notification settings

talisma-cassoma/TeachableMachine-for-Image-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Teachable Machine

app logo

a Web App for fast train a neural network based on tensorflowjs, have fun ;)

The app builds a custom model in the browser using MobileNet as a feature extractor, training a Dense classifier with tf.sequential(), and then combining the two into a single model for download . The model is exported as a JSON file and the weights as binary files, which can later be loaded to make predictions. The model is trained with TensorFlow.js, a JavaScript machine learning library, and can be used directly in the browser or on a Node.js server. The code also includes a simple user interface to train the model and make predictions with it.

Training page

About

a techable machine for image classifcation, you can train from your web camera and classify all you want and more you can also download the model you've trained and use it

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published