Skip to content

Commit 87ceb41

Browse files
committed
Update
1 parent 8846162 commit 87ceb41

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed
File renamed without changes.

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Sign Language Interpreter using Deep Learning
2-
> A live sign language interpreter using live video feed from the camera.
2+
> A sign language interpreter using live video feed from the camera.
33
The project was completed in 24 hours as part of final HackUNT19, the University of North Texas's annual Hackathon.
44

55
## Table of contents
@@ -16,10 +16,9 @@ The project was completed in 24 hours as part of final HackUNT19, the University
1616

1717
## General info
1818

19-
The theme at HACK UNT 19 was to use technology to improve accessibility by finding a creative solution to benefit the lives of those with disability.
19+
The theme at HACK UNT 19 was to use technology to improve accessibility by finding a creative solution to benefit the lives of those with a disability.
2020
We wanted to make it easy for 70 million deaf people across the world to be independent of translators for there daily communication needs, so we designed the app to work as a personal translator 24*7 for the deaf people.
2121

22-
2322
## Screenshots
2423
![Example screenshot](./img/Capture1.PNG)
2524
![Example screenshot](./img/Capture.PNG)
@@ -34,22 +33,22 @@ We wanted to make it easy for 70 million deaf people across the world to be inde
3433

3534
## Setup
3635

37-
* Use comand promt to setup environment by using requirements_cpu.txt and requirements_gpu.txt
36+
* Use comand promt to setup environment by using requirements_cpu.txt and requirements_gpu.txt files.
37+
3838
`pyton -m pip r using requirements_cpu.txt`
3939

4040
This will help you in installing all the libraries required for the project.
4141

42-
4342
## Process
4443

45-
* Run set_hand_hist.py to set the hand histogram for creating gestures.
46-
* Once you get a good histogram, save it in the code folder, or you can use the histogram created by us that can be found [here]().
47-
* Added gestures and lable them using OpenCV which uses webcam feed by running `create_gestures.py` and stores them in a database. Alternately, you can use the gestures created by us [here]()
48-
* Add different variations to the captured gestures by flipping all the images by uing `flip_images.py`
44+
* Run `set_hand_hist.py` to set the hand histogram for creating gestures.
45+
* Once you get a good histogram, save it in the code folder, or you can use the histogram created by us that can be found [here](https://github.com/harshbg/Sign-Language-Interpreter-using-Deep-Learning/blob/master/Code/hist).
46+
* Added gestures and label them using OpenCV which uses webcam feed. by running `create_gestures.py` and stores them in a database. Alternately, you can use the gestures created by us [here]().
47+
* Add different variations to the captured gestures by flipping all the images by using `flip_images.py`.
4948
* Run `load_images.py` to split all the captured gestures into training, validation and test set.
50-
* To view all the gestures, run `display_all_gestures.py`
51-
* Train the model using Keras by running `cnn_keras.py`
52-
* Run `fun_util.py`. This will open up tghe gesture recognition window which will use your webcam to interpret the trained American Sign Language gestures.
49+
* To view all the gestures, run `display_all_gestures.py` .
50+
* Train the model using Keras by running `cnn_keras.py`.
51+
* Run `fun_util.py`. This will open up the gesture recognition window which will use your webcam to interpret the trained American Sign Language gestures.
5352

5453
## Code Examples
5554

@@ -138,7 +137,7 @@ K.clear_session();
138137
## Features
139138
Our model was able to predict the 44 characters in the ASL with a prediction accuracy >95%.
140139

141-
To-do list:
140+
Features that can be added:
142141
* Deploy the project on cloud and create an API for using it.
143142
* Increase the vocabulary of our model
144143
* Incorporate feedback mechanism to make the model more robust

0 commit comments

Comments
 (0)