Git Product home page Git Product logo

asl_classifier's Introduction

ASL Alphabet Classifier

This project uses the ASL Alphabet dataset from Kaggle to train a model for classifying American Sign Language (ASL) alphabet gestures. The dataset consists of 87,000 labeled images of ASL alphabet gestures, with a resolution of 200x200 pixels.

Google Colab

To run this project, you can use the provided Google Colab notebook asl_rev01.ipynb. This notebook contains all the required code and instructions for training the model and evaluating its performance.

To use the notebook, you will need to:

  • Make a copy of the notebook by clicking the "Copy to Drive" button.
  • Run the cells in the notebook to train the model and evaluate its performance.
  • Data Preparation: Before training the model, you will need to download the ASL Alphabet dataset from Kaggle and place it in the data directory. The notebook includes instructions for downloading the data using the Kaggle API.

Next, you will need to preprocess the data by running the cells in the notebook that perform the following tasks:

  • Convert the images to grayscale
  • Resize the images to 64x64 pixels
  • Split the data into training and test sets
  • Training the Model: To train the model, run the cells in the notebook that define the model architecture and compile the model. Then, run the cell that trains the model on the ASL Alphabet dataset using TensorFlow. The notebook will also save the trained model to a file in the models directory.

Evaluation

To evaluate the trained model on the test set, run the cells in the notebook that load the trained model from the models directory and use it to predict the ASL alphabet gestures in the test set. The notebook will then print out the model's accuracy on the test set.

Prediction

To use the trained model to predict the ASL alphabet gesture in a new image, run the cell in the notebook that loads the trained model from the models directory and uses it to predict the ASL alphabet gesture in the image.

Further Reading

For more information on the ASL Alphabet dataset and the techniques used in this project, see the following resources:

asl_classifier's People

Contributors

swastikgorai avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

asl_classifier's Issues

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.