Coder Social home page Coder Social logo

tarekidrees / asl-using-vgg16-resnet50 Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 2.0 11 KB

Two different architecture of CNN (VGG16 - ResNet50 ) to predict the sign language of ASL images with accuracy 99%

License: MIT License

Jupyter Notebook 76.08% Python 23.92%

asl-using-vgg16-resnet50's Introduction

ASL-using-VGG16-ResNet50

Two different architecture of CNN (VGG16 - ResNet50 ) to predict the sign language of ASL images with accuracy 99%

ASL is a complete and organized visual language that is expressed by facial expression as well as movements and motions with the hands.

CNN models build on GRY data.

Architecture:

VGG16 model

  • Built in VGG16 model.

  • Flatten

  • Dense : [420, activation = relu]

  • Dense : [29, activation = softmax]

ResNet50 model

  • Built in ResNet50 model

  • Flatten

  • Dense : [420, activation = relu]

  • Dense : [29, activation = softmax]

Accuracy

VGG16 model accuracy on training data : 99.8%

ResNet50 model accuracy on training data : 99.6%

Data augmentation

augment the data with ImageDataGenerator to avoid overfiting.

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.

The ASL Alphabet data set provides 87,000 images of the ASL alphabet.

The test data set contains a mere 29 images, to encourage the use of real-world test images.

There are 2 data sets utilized in this notebook:

  • ASL Alphabet train - This data set is the basis for the model.
  • ASL Alphabet Test - This data set was made specifically for validating the model created using the above data set, and is intended to be used to improve the feature engineering and modeling process to make it more versatile in "the wild" with less contrived images.

It is available on Kaggle as the ASL Alphabet Dataset. https://www.kaggle.com/grassknoted/asl-alphabet.

Functions

load_train_data

function to load train data in GRAY type.

load_test_data

function to load test data in GRAY type.

asl-using-vgg16-resnet50's People

Contributors

engmohamadidrees avatar tarekidrees avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.