Teachable Machine
What is Teachable Machine??
Teachable Machine is a web-based tool that makes creating machine learning models fast, easy, and accessible to everyone.
How do I use it??
1Step 1st
Gather
Gather and group your examples into classes, or categories, that you want the computer to learn.
2
Step 2nd
Train
Train your model, then instantly test it out to see whether it can correctly classify new examples.
3
Step 3rd
Export
Export your model for your projects: sites, apps, and more. You can download your model or host it online for free.
So, how to use.
As we can see , there are 3 types of project's here.
- Image Project
- Audio Project
- Pose Project
So, one thing is common that we need at-least two data class to train models. This is because, we can't distinguish b/w one element, we need another one to distinguish...
So, after making class we need large dataset's of images so that we can increase our model precision rate.
So in this case we have 2 model's.
- Mobile
- Man
- None
So we have uploaded around 40 images on an average for training our model.After feeding enough images we will train our model and on completion we can test it there with our Camera...
As you can see , it's giving 100% accurate result for our Query............
"Kudos, we trained our model successfully"
Now after that, we can export our model to different domains...Eg Web, Python , Android app
For web we have (Tensorflow.js), Python (Tensorflow), Android app ( Tensor flow lite).As you can see , we can get our code directly from here and we also can work on Example project provided by Google here.
Thanks to Google for providing such great website for us..❤