Giter VIP home page Giter VIP logo

bangla-sign-language-recognition-cnn's Introduction

Bangla-Sign-Language-Recognition-CNN

Digital Signal Processing laboratory final project for detecting Bengali sign language from image frames using convolutional neural networks

This project detects sign language from image data using a convolutional neural network model running on MATLAB.

The project was ported from my own project Bangla-Number-Recognition-CNN which was originally implemented following a MATLAB example project titled "Speech Command Recognition Using MATLAB"

Testing Algorithm

Algorithm

The sign recognition algorithm works as follows:

  • Image frames are first acquired and preprocessed to create a dataset.
  • In the training phase, the image dataset is fed to a CNN network along with the class labels, and the final loss function used is a binary cross entropy.
  • New samples are passed through the network at runtime, and predictions generated with the trained network

Workflow

Data collection

  • Image samples was collected and saved to harddisk using the "Matlab code/data_acquire.m" script
  • Image samples are converted to a .mat dataset using the "Matlab code/dataset_generator.m" script

Training Model

  • "Matlab code/train_network.m" script was used to train the model and save the model parameters to another .mat file

Testing Model

  • "Matlab code/test_network.m" script was used to load the trained network from the .mat file and make predictions from image stream of webcam

bangla-sign-language-recognition-cnn's People

Contributors

clockworkkid avatar

Stargazers

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