We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1838397 commit 4830690Copy full SHA for 4830690
README.md
@@ -55,7 +55,7 @@ activate the created virtual environment afterwards.
55
### 3. Spin up the DeepStack custom model's Server.
56
- While still in the project directory's root, spin up the deepstack custom model's server by running the command below;
57
```
58
- sudo docker run -v ~/Downloads/ObjectDetection/models:/modelstore/detection -p 88:5000 deepquestai/deepstack
+ sudo docker run -v your_local/path/to/Sign-Language-to-Speech-with-DeepStack-Custom-API/models:/modelstore/detection -p 88:5000 deepquestai/deepstack
59
60
61
### 4. Detect sign language meanings in image files and generate realistic voice of words.
0 commit comments