Update README.md
This commit is contained in:
parent
2d3b8c15c5
commit
44dfb18f55
10
README.md
10
README.md
@ -1,6 +1,16 @@
|
|||||||
# Persian Speech-to-text
|
# Persian Speech-to-text
|
||||||
|
|
||||||
|
|
||||||
|
## Build docker image
|
||||||
|
```sh
|
||||||
|
docker build . -t rbehzadan/speech2text-fa:1.0.0
|
||||||
|
```
|
||||||
|
|
||||||
|
## Run docker container
|
||||||
|
```sh
|
||||||
|
docker run --rm --name speech2text-da -p 8000:8000 -it rbehzadan/speech2text-fa:1.0.0
|
||||||
|
```
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
### With `curl`
|
### With `curl`
|
||||||
|
Loading…
Reference in New Issue
Block a user