Vaisakh-Babu / ASL_Alphabet_Classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASL_Alphabet_Classification

Problem Statement

For a given image of a road, classify whether it contains potholes or not.

Data

The data set is a collection of images of alphabets from the American Sign Language, separated in 29 folders which represent the various classes. Source: https://www.kaggle.com/grassknoted/asl-alphabet

Approach

preprocessing module from Keras is used to load and scale the images into same size(200,200,3). A VGG16 architecture is used to build the neural network. alt text The model is able to give 95% accuracy.

About

License:Creative Commons Zero v1.0 Universal


Languages

Language:Jupyter Notebook 95.9%Language:Python 2.5%Language:HTML 1.0%Language:CSS 0.7%