All Projects → jimmiemunyi → Sign-Language-App

jimmiemunyi / Sign-Language-App

Licence: MIT License
Training a model to recognize Sign Language then running inference on the Webcam

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sign-Language-App

PlayerDetection
Player detection and ball detection in football matches using image processing(opencv).
Stars: ✭ 50 (+100%)
Mutual labels:  image-recognition, opencv-python
rps-cv
A Rock-Paper-Scissors game using computer vision and machine learning on Raspberry Pi
Stars: ✭ 102 (+308%)
Mutual labels:  image-recognition, opencv-python
ComputerVision-Essentials
Computer Vision Essentials in Python Programming Language 🎉
Stars: ✭ 28 (+12%)
Mutual labels:  image-recognition, opencv-python
EyeControlledCursor
Controlling mouse cursor from eye.
Stars: ✭ 36 (+44%)
Mutual labels:  opencv-python
fastai-visual-guide
Notebooks for Fastai Viusal Guide
Stars: ✭ 25 (+0%)
Mutual labels:  fastai2
FaceEmotionClassifier
人脸识别与卡通化
Stars: ✭ 102 (+308%)
Mutual labels:  opencv-python
Swayam-Self-Driving-Car
This is an implementation of various algorithms and techniques required to build a simple Self Driving Car. A modified versions of the Udacity Self Driving Car Simulator is used as a testing environment.
Stars: ✭ 17 (-32%)
Mutual labels:  opencv-python
Age-Prediction
This Project is an applicaton based on Computer vision and Machine learning implementation using regression supervised classification.
Stars: ✭ 26 (+4%)
Mutual labels:  opencv-python
OpenCV-REST-API
Learn to create a REST API microservice for extracting faces from images using OpenCV, OpenCV-python, Flask, Docker, and Heroku
Stars: ✭ 71 (+184%)
Mutual labels:  opencv-python
Image-Classifier
Final Project of the Udacity AI Programming with Python Nanodegree
Stars: ✭ 63 (+152%)
Mutual labels:  image-recognition
gateway to DeepReinforcementLearning DeepNN
🏆 Welcome to the wonderland of "AI" = f(DL, RL, DRL, ML, NLP, KG, MLOPS)
Stars: ✭ 16 (-36%)
Mutual labels:  opencv-python
Z-Spider
一些爬虫开发的技巧和案例
Stars: ✭ 33 (+32%)
Mutual labels:  opencv-python
simple faceswap
使用python-opencv和dlib实现的简单换脸程序
Stars: ✭ 50 (+100%)
Mutual labels:  opencv-python
Image Processing
Image Processing techniques using OpenCV and Python.
Stars: ✭ 112 (+348%)
Mutual labels:  opencv-python
Image-Processing-in-Python
This repository contains the links to the article that I wrote on Medium pertaining to Image processing.
Stars: ✭ 23 (-8%)
Mutual labels:  opencv-python
deforestation
A machine learning exercise, using KNN to classify deforested areas
Stars: ✭ 26 (+4%)
Mutual labels:  image-recognition
robotframework-imagehorizonlibrary
Cross-platform Robot Framework library for GUI automation based on image recognition
Stars: ✭ 67 (+168%)
Mutual labels:  image-recognition
Smart container
🍰🍎ColugoMum--Intelligent Retail Settlement Platform can accurately locate and identify each commodity, and can return a complete shopping list and the actual total price of commodities that customers should pay.
Stars: ✭ 141 (+464%)
Mutual labels:  image-recognition
object detector
Object detector from HOG + Linear SVM framework
Stars: ✭ 24 (-4%)
Mutual labels:  opencv-python
pycv4rtsp
VideoCapture封装,读取rtsp的实时帧
Stars: ✭ 38 (+52%)
Mutual labels:  opencv-python

Sign Language Classification

Sample Output of the code:

sample-output

This repo contains code to train a Neural Network on the American Sign Language Dataset on Kaggle.

Download the model from here and place it in the model/ folder. That is where our code expects it to be.

The training notebook can be found in the training folder.

There is also an blog for training the model and one for making the inference app.

To run inference, use the webcam_inference.py file. Make you sure you replicate the virtual enviromnemt and install all requirements. Recommended way is to use conda. I provide the conda file requirements.txt for this purpose

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].