Skip to content

A model to classify the American Sign language using a Convolutional Neural Network

Notifications You must be signed in to change notification settings

antogaro/asl-cnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

project for the Context Aware Security Analytics in Computer Vision class @unisa

This project is aimed at training a convolutional Neural Network in order to classify the american sign language fingerspelling. The pictures used on this project were downloaded on kaggle.com. The dataset consists of 87000 pictures for the training set and 29 pictures for the test set. An accuracy of 99.9% was achieved both during training and validation. The model was trained on a Macbook Air with apple silicon (M1) processor.

How to run

git clone https://github.com/Huntonion/asl-cnn

download the dataset from https://www.kaggle.com/datasets/grassknoted/asl-alphabet and extract the archive into the asl-cnn folder. then run:

pip install -r requirements.txt
jupyter lab model.ipynb

if you are interested in knowing more about this project, please consider reading the paper produced.

About

A model to classify the American Sign language using a Convolutional Neural Network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published