Skip to content

Commit 39e42d0

Browse files
Add GIFs
Signed-off-by: Steven Kolawole <[email protected]>
1 parent 7a18f3a commit 39e42d0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Sign Language-to-Speech with DeepStack's Custom API
22

3+
![](https://github.com/SteveKola/Sign-Language-to-Speech-with-DeepStack-Custom-API/blob/main/scripts/gifs/proof.gif)
4+
35
This project is an end-to-end working prototype that uses Artificial intelligence to detect sign language meanings
46
in images/videos and generate equivalent, realistic voice of words communicated by the sign language.
57

8+
69
## Steps to run the project
710
### 1. Install DeepStack using Docker. (Skip this if you already have DeepStack installed)
811
- Docker needs to be installed first. For Mac OS and Windows users can install Docker from
@@ -82,7 +85,9 @@ My default port number is 88. To specify the port on which DeepStack server is r
8285
python livefeed_detection.py --deepstack-port port_number
8386
```
8487
This will spin up the webcam and would automatically detect any sign language words in view of the camera,
85-
while also returning the sign meaning and its speech equivalent immediately.
88+
while also displaying the sign meaning and returning its speech equivalent immediately through the PC's audio system.
89+
90+
![](https://github.com/SteveKola/Sign-Language-to-Speech-with-DeepStack-Custom-API/blob/main/scripts/gifs/proof.gif)
8691

8792

8893
## Additional Notes

0 commit comments

Comments
 (0)