https://github.com/tensorchord/modelz-whisper
https://github.com/tensorchord/modelz-whisper
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tensorchord/modelz-whisper
- Owner: tensorchord
- Created: 2023-03-07T07:08:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-23T07:40:48.000Z (about 3 years ago)
- Last Synced: 2025-02-28T08:06:25.907Z (over 1 year ago)
- Language: Dockerfile
- Size: 10.7 KB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```