Skip to content

kelvintanidi/Sign-Language-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Sign Language Detection Using CNN

This project aims to classify sign language for number 0 to 9 using Convolutional Neural Network. The classifier trained is able to correctly determine all the example images and achieves relatively high accuracy of above 90% on the test set.

Getting Started

Downloading Dataset

$ git clone https://github.com/ardamavi/Sign-Language-Digits-Dataset.git

Installing Keras

https://keras.io/#installation

Reference