mirror of
https://github.com/ahmetoner/whisper-asr-webservice.git
synced 2023-04-14 03:48:29 +03:00
Update readme
This commit is contained in:
10
README.md
10
README.md
@@ -1,8 +1,12 @@
|
||||
# Whisper ASR Webservice
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition as well as speech translation and language identification. For more details: [github.com/openai/whisper](https://github.com/openai/whisper/)
|
||||
|
||||
## Run (Docker Hub)
|
||||
## Usage
|
||||
|
||||
Whisper ASR Webservice now available on Docker Hub. You can find the latest version of this repository on docker hub for CPU and GPU.
|
||||
|
||||
@@ -126,7 +130,7 @@ docker build -t whisper-asr-webservice .
|
||||
# Run Container
|
||||
docker run -d -p 9000:9000 whisper-asr-webservice
|
||||
# or
|
||||
docker run -d -p 9000:9000 -e ASR_MODEL=base whisper-asr-webservice
|
||||
docker run -d -p 9001:9000 -e ASR_MODEL=base whisper-asr-webservice3
|
||||
```
|
||||
|
||||
### For GPU
|
||||
|
||||
Reference in New Issue
Block a user