Sign-Language
MNIST Dataset
This is a implementation of this competition in the Kaggle.
Using Keras library and CNN (Convolutional Neural Network). The model is 94-95% accurate. While running the hand_detection.py, try to fix your hand in the blue box to get high accuracy.
Libraries:
pip install pandas
pip install numpy
pip install os
pip install keras
pip install opencv-python