Giter Site home page Giter Site logo

amario1306619051 / american-sign-language-cnn Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.6 MB

"Repository containing code and resources for ASL (American Sign Language) image classification using Convolutional Neural Networks (CNNs). Learn data preprocessing, CNN architecture, training, and evaluation for accurate ASL letter recognition."

Jupyter Notebook 100.00%
american-sign-language artificial-intelligence classification cnn-classification deep-learning

american-sign-language-cnn's Introduction

Convolutional Neural Networks for Image Classification

Overview

This repository contains code and resources for implementing Convolutional Neural Networks (CNNs) to classify images of American Sign Language (ASL) letters. The goal is to build and train a CNN model that can accurately recognize ASL letters from images.

Objectives

  • Prepare image data specifically for CNNs.
  • Create a more sophisticated CNN model, utilizing a variety of CNN layers.
  • Train the CNN model and evaluate its performance.

Dataset

The American Sign Language alphabet consists of 26 letters. However, letters 'j' and 'z' are excluded from the dataset as they involve movement. The dataset contains grayscale images of hands forming ASL letters.

Loading and Preparing Data

The dataset is loaded from CSV files, and the images are normalized and reshaped to fit a CNN architecture.

CNN Architecture

The CNN model consists of various layers:

  • Convolutional Layers (Conv2D) to detect features in the images.
  • Batch Normalization to scale hidden layer values.
  • Max Pooling Layers (MaxPool2D) to reduce image dimensions.
  • Dropout Layers to prevent overfitting.
  • Flatten Layer to convert 2D features into a 1D vector.
  • Dense Layers for classification.

Model Summary

The model architecture and summary are provided in the repository. It's designed to improve performance compared to the previous simple model.

Training and Results

The model is compiled and trained using the training data. Training accuracy is high, and the validation accuracy improves compared to the previous model. However, there's still room for improvement in terms of generalization.

Next Steps

While this repository covers CNN implementation, it's important to address issues like overfitting and optimize the model further. Future steps could involve exploring more advanced CNN architectures and techniques.

Feel free to explore the code and resources provided to understand the process of building and training CNNs for image classification using the American Sign Language dataset.

Note: Before moving to the next notebook or section, clear GPU memory using the provided code snippet.

american-sign-language-cnn's People

Contributors

amario1306619051 avatar

Watchers

Kostas Georgiou avatar  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.