Giter Club home page Giter Club logo

hand-gesture-recogination's Introduction

Hand Gesture Recognition

This project is aimed to create a robust model which can solve a important problem using computer vision

Motivation

  • Humans interact with each other on many levels. Communication is one of the key feature which separates humans from other species.

  • Some disabled people are not able to interact using the common way, i.e, through words. Dumb people are not able to speak and deaf people are not able to understand us.

  • To bridge this gap in communication, humans have developed gestures to interact with such disabled people.

  • For such people to use computer-operated devices to help them communicate in a better way with rest, we have come up with an idea for training the system to understand gestures. This can also be used by us in other areas to improve user experience.

Application

The application of such a tool can be endless. Some of such applications are:

  • Communication ease for the physically challenged.

  • Improved user experience for computers.

  • New technologies in the field of televisions and other electronic devices.

Proposed System

  • We initialised with a self-made dataset of images which contained six classes. These classes represented the six numbers, from zero to five. The dataset contains binary images of hand gestures for these numbers.

  • We tried some basic machine learning algorithms like Logistic Regression, Decision Trees and SVM for prediction but upon testing , the accuracy count was not as good as expected.

  • As this could be termed as a computer vision task, we thought of trying out deep learning, using a basic CNN model. This gave us some pretty good results and we thought of continuing with this model.

abc

Getting Started

Following are the instruction to you need to follow to get this project up and running into your local machine for testing and development purporse.

Following are the steps to create Python virtual environment for this project. This is recommended so that this project and other project can have its own dependencies, regardless of what dependencies every other project has.

Installing

Following are the step by step to get a development env running

1. Visit the Anaconda homepage.
2. Click “Anaconda” from the menu and click “Download” to go to the download page.
3. Choose the download suitable for your platform (Windows, OSX, or Linux):
4. Follow the Installation wizard.
5. Open the Anaconda Prompt and enter the following to create a python env
conda create -n myenv python=3.5
6. Then enter the following commands to install the required dependencies for this project. 
conda install -n myenv scikit-learn
conda install -n myenv pandas
conda install -n myenv keras

Running the Code

  1. Download/Clone this repository.
  2. Go the location and open Anaconda Prompt/Termial and start the environment by
activate myenv
  1. After this you can run the program by executing the following line.
python predict.py

Built With

Authors

hand-gesture-recogination's People

Contributors

dhruvraj-singh-rawat avatar

Stargazers

abhi verma avatar

Watchers

James Cloos 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.