File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 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+
35This project is an end-to-end working prototype that uses Artificial intelligence to detect sign language meanings
46in 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```
8487This 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
You can’t perform that action at this time.
0 commit comments