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.
A browser-based face expression detection app built with face-api.js. Supports real-time webcam analysis and image uploads to identify emotions using facial landmarks and expression recognition.
Real-time human pose detection using PoseNet from ml5.js. Supports both webcam and image uploads for detecting body keypoints and skeletal connections directly in the browser.
A simple web app that performs real-time object detection using your webcam or uploaded images, powered by ml5.js and COCO-SSD model. Built with p5.js for easy canvas rendering.
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.