Code Monkey home page Code Monkey logo

paired's Introduction

Paired

An app that makes communication with the deaf and dumb smart by converting their hand gestures to text which can be understood by normal person.

Links

Motive

For actions to speak louder than words, Paired has been designed to enhance the communication between normal and specially abled (deaf and dumb).

  • Disabled people face difficulty in communicating with each other when at distance.
  • Chatting apps currently do not focus on connecting disabled people.
  • Communication using Sign Language feature is also not enabled in many apps.
  • Communication using the Braille feature also lacks in many chatting apps.
  • Current messaging apps are also not feasible for illiterate disabled people.

Features of Paired

  • The app can recognize American Sign Languages from gestures using Machine Learning enabling Deaf and Dumb to send messages using it.
  • Incoming messages will be converted from text to American Sign Language for the deaf and dumb people to recognize the messages even if they are not literate.
  • Blind people can also send messages using their Braille.
  • The incoming messages will also be converted to speech to enable blind people to hear the messages

Modus Operandi

  1. The web-based application takes in the data from the webcam available on the laptop/phone (machine). This data stream is processed to narrow down the live data stream.
  1. The data is now fed into a Cnn based machine learning model which makes a prediction on the basis of the symbols present in the video stream made by the user
  1. The predictions are displayed and fed to the chat for the user
  1. The Process of reading data, preprocessing the video stream and making predictions on the video is done for every time the User wants to send a message.
  1. Blind people will place their fingers over the button which has been placed at convenient locations for them.
  1. They will type the Braille messages which will be interpreted by the app and then the messages will be sent to the receiver in both speech and sign language form

Technologies

  • Django
  • Image Processing
  • Image classfication using classifier
  • Image classification using CNN classifier
  • CNN classifier build using Tensorflow

Testing

Offline setup and run

move to project root- paired

  1. Create and activate a virtualenv (Python 3)
python -m venv myenv
cd myenv/Scripts
source activate
cd ../..
  1. Install requirements
pip install django
pip install imageio
pip install tensorflow
pip install scikit-image
pip install cv2
pip install numpy
  1. move to backend
move to pairedBackend directory

  1. Start database Server
python manage.py makemigrations
python manage.py migrate

  1. Create admin user
./manage.py createsuperuser (not mandatory)
enter name ,email,password ,confirm password,and press y
  1. Run development server
./manage.py runserver
  1. live http://127.0.0.1:8000/home/

Team Mates

  • Arpit Srivastava
  • Aman Raj
  • Aniket Dixit
  • Souhard Swami

paired's People

Contributors

souhardswami avatar amanraj1608 avatar dixitaniket avatar fuzious 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.