mmerlyn /
asl-translator
Empowering the deaf and speech-impaired with a real-time ASL translator that converts hand gestures into English text using deep learning and computer vision.
57/100 healthLoading repository data…
Ridit07 / repository
Real-time hand gesture recognition system for selective mutism, converting signs into text using computer vision and a Random Forest model, enabling hands-free communication.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Assistive, real-time hand-gesture-to-text system aimed at helping people with selective mutism (and anyone who prefers hands over voice) communicate using a webcam. The app detects a single hand, recognizes the sign, and builds words/sentences on screen.
People who can’t speak in certain social situations often rely on gestures or writing. This tool turns hand signs into text instantly so conversations can flow in classrooms, workplaces, clinics, or day-to-day life.
Model idea: extract 21 landmark points → normalize → build a 42-feature vector (x,y) → predict letter/word.
git clone https://github.com/Ridit07/Selective-Mutism-Hand-Gesture-To-Text.git
cd Selective-Mutism-Hand-Gesture-To-Text
# create & activate a venv (recommended)
python -m venv .venv
# Windows
.venv\Scripts\activate
# macOS/Linux
source .venv/bin/activate
pip install -r requirements.txt
#If you don’t have a requirements.txt, install the essentials:
pip install opencv-python mediapipe scikit-learn numpy pandas
python app.py
Selected from shared topics, language and repository description—not editorial ratings.
mmerlyn /
Empowering the deaf and speech-impaired with a real-time ASL translator that converts hand gestures into English text using deep learning and computer vision.
57/100 healthRayVader987 /
Real-time virtual keyboard controlled using hand gestures and computer vision, built with OpenCV and MediaPipe.
39/100 healthAakarshita-12 /
💡 If your entry file is named differently, run it accordingly:
python main.py
from sklearn.ensemble import RandomForestClassifier
clf = RandomForestClassifier(n_estimators=300, max_depth=None, random_state=42)
clf.fit(X_train, y_train)
# Save model
import joblib
joblib.dump(clf, "models/rf_gesture.pkl")
Real-time web app that translates sign language gestures into text using computer vision and ML. Captures live webcam input, detects hand movements, and predicts gestures accurately. Built with Python and OpenCV, showcasing real-time processing and assistive technology use.
ramchandharmuddam /
Real-time hands-free computer control system using webcam, facial landmarks, and hand gestures — built for individuals with upper-limb disabilities.
53/100 healthferd-bot /
Real-time hand gesture to speech pipeline using MediaPipe, finger counting, Morse encoding, text decoding, and desktop GUI interaction.
62/100 healthfredopoku /
Type with your hands — real-time gesture keyboard for any app. Personal ML model, full A–Z alphabet, word prediction. Built for accessibility and speed. Active development.
53/100 health