An open API service indexing awesome lists of open source software.

https://github.com/tensorchord/modelz-whisper


https://github.com/tensorchord/modelz-whisper

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# OpenAI whisper serving

## Build Docker Image

You can choose to use the one of the following method:

* `Dockerfile`
* `docker buildx build -t / --push .`
* `build.envd`
* `envd build -f :whisper_serving --output type=image,name=docker.io// --push`

## Test

```
python client.py
```