All Projects → rrupeshh → Simple Sign Language Detector

rrupeshh / Simple Sign Language Detector

Simple Sign Language Detector

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Simple Sign Language Detector

Twitter Sentiment Analysis
Sentiment analysis on tweets using Naive Bayes, SVM, CNN, LSTM, etc.
Stars: ✭ 978 (+1895.92%)
Mutual labels:  cnn
Yann
This toolbox is support material for the book on CNN (http://www.convolution.network).
Stars: ✭ 41 (-16.33%)
Mutual labels:  cnn
Face Identification With Cnn Triplet Loss
Face identification with cnn+triplet-loss written by Keras.
Stars: ✭ 45 (-8.16%)
Mutual labels:  cnn
Mc Cnn Python
a python implementation of MC-CNN
Stars: ✭ 38 (-22.45%)
Mutual labels:  cnn
Dialectid e2e
End to End Dialect Identification using Convolutional Neural Network
Stars: ✭ 40 (-18.37%)
Mutual labels:  cnn
Chineseidcardocr
[Deprecated] 🇨🇳中国二代身份证光学识别
Stars: ✭ 1,015 (+1971.43%)
Mutual labels:  cnn
Neural Networks
All about Neural Networks!
Stars: ✭ 34 (-30.61%)
Mutual labels:  cnn
Keras Sincnet
Keras (tensorflow) implementation of SincNet (Mirco Ravanelli, Yoshua Bengio - https://github.com/mravanelli/SincNet)
Stars: ✭ 47 (-4.08%)
Mutual labels:  cnn
Monodepth360
Master's project implementing depth estimation for spherical images using unsupervised learning with CNNs.
Stars: ✭ 41 (-16.33%)
Mutual labels:  cnn
Cortex M Kws
Cortex M KWS example with Tengine Lite.
Stars: ✭ 45 (-8.16%)
Mutual labels:  cnn
Newsapi
News API without any API KEY
Stars: ✭ 39 (-20.41%)
Mutual labels:  cnn
Keras basic
keras를 이용한 딥러닝 기초 학습
Stars: ✭ 39 (-20.41%)
Mutual labels:  cnn
Mirror
Matchable Image Retrieval by Learning from Surface Reconstruction
Stars: ✭ 44 (-10.2%)
Mutual labels:  cnn
Ijjs
a lightweight js runtime for IOT(一个面向物联网的JS运行时)
Stars: ✭ 38 (-22.45%)
Mutual labels:  cnn
Vgn
Deep Vessel Segmentation by Learning Graphical Connectivity
Stars: ✭ 46 (-6.12%)
Mutual labels:  cnn
Covidaid
COVID-19 Detection Using Chest X-Ray
Stars: ✭ 35 (-28.57%)
Mutual labels:  cnn
Neural Style
本代码加入了神经风格迁移中文注释,更易理解,同时新加入begin.py可直接运行调试。
Stars: ✭ 42 (-14.29%)
Mutual labels:  cnn
Eyevis
Android based Vocal Vision for Visually Impaired. Object Detection, Voice Assistance, Optical Character Reader, Read Aloud, Face Recognition, Landmark Recognition, Image Labelling etc.
Stars: ✭ 48 (-2.04%)
Mutual labels:  cnn
Dvdnet
DVDnet: A Simple and Fast Network for Deep Video Denoising
Stars: ✭ 47 (-4.08%)
Mutual labels:  cnn
Svhn Cnn
Google Street View House Number(SVHN) Dataset, and classifying them through CNN
Stars: ✭ 44 (-10.2%)
Mutual labels:  cnn

Sign Language Detector

A simple CNN project for detecting american sign language. Here, I have implemented CNN (Convolution Neural Network) using Keras.

Tools Used

  1. Python 3
  2. OpenCV 3
  3. Tensorflow
  4. Keras

Running this project

  1. Install Python 3, Opencv 3, Tensorflow, Keras.

  2. First Train the model.

    python cnn_model.py
    
  3. Now to test the model you just need to run recognise.py . To do so just open the terminal and run following command.

    python recognise.py
    

    Adjust the hsv values from the track bar to segment your hand color.

  4. To create your own data set.

    python capture.py
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].