You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sign Language Translator enables the hearing impaired user to communicate efficiently in sign language, and the application will translate the same into text/speech. The user has to train the model, by recording its own sign language gestures. Internally it uses MobileNet and KNN classifier to classify the gestures.
This project is inspired by the teachable Machine project by Google. It's about the Real-time application of Machine Learning and how FUN to play and experienced it.
A personal collection of Machine Learning / Data Science / AI resources. This collections consists of papers, blog posts, tutorials and also self-trained models or reimplementations of widespread machine learning algorithms.
The Aim of this project is to deliver the basic use cases of the Pose Net model for real time human pose estimation in the Browser with Tensor Flow using a webcam feed as the data.