mirror of
https://github.com/ahmetoner/whisper-asr-webservice.git
synced 2023-04-14 03:48:29 +03:00
11
README.md
11
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.
|
||||
|
||||
@@ -33,6 +37,7 @@ docker run -d -p 9000:9000 -e ASR_MODEL=base onerahmet/openai-whisper-asr-webser
|
||||
```sh
|
||||
# Interactive Swagger API documentation is available at http://localhost:9000/docs
|
||||
```
|
||||

|
||||
|
||||
Available ASR_MODELs are `tiny`, `base`, `small`, `medium`, `large`, `large-v1` and `large-v2`. Please note that `large` and `large-v2` are the same model.
|
||||
|
||||
@@ -126,7 +131,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
|
||||
|
||||
BIN
docs/assets/img/banner.png
Normal file
BIN
docs/assets/img/banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
BIN
docs/assets/img/swagger-ui.png
Normal file
BIN
docs/assets/img/swagger-ui.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user