From Idea to Model: Building Your First ML Project with Teachable Machine
A Beginner's Guide to Teachable Machine for Creating Machine Learning Models
Machine Learning and Artificial Intelligence are some of the buzzwords among the student community.
If you are a beginner, Interested to learn about stuff like AI, and ML and wish to have some hands-on experience with it, you are in the right place.
Yes! With Teachable Machine, Google has made AI easier to everyone.
Teachable Machine is a web-based tool that allows you to develop an image classification model, pose detection and even sound recognition model. And the best part here is, there are absolutely no prerequisites for this. Even a person who is not so familiar with programming would find this easier.
It also allows you to export your trained model, So that you can use it in your project. And surely this needs a bit of programming knowledge ( Not Much, as it usually comes with some boilerplate code ).
Here is one such project that I did
Morse Code Recognition
Communicate with your Machine using Morse Code (Finger Numeral Representations)
How Does It Work?
I made use of Teachable Machine to train the image classification model with 3 classes (Finger Representation of 1, Finger Representation of 2, Blank Screen)
1 Represents Dot
2 Represents Dash
Once we move our hand out of the camera (Blank Screen), the respective alphabet or number for the pattern will be displayed on the screen
(Check Out the README Section to know more)
Happy Hacking! ๐