Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simongino/whisper-fastapi
A FastAPI-based application integrating Whisper for efficient speech recognition and processing.
https://github.com/simongino/whisper-fastapi
ai docker fastapi python whisper
Last synced: 3 months ago
JSON representation
A FastAPI-based application integrating Whisper for efficient speech recognition and processing.
- Host: GitHub
- URL: https://github.com/simongino/whisper-fastapi
- Owner: SimonGino
- Created: 2024-07-12T07:55:06.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T09:03:57.000Z (5 months ago)
- Last Synced: 2024-09-26T06:21:47.726Z (3 months ago)
- Topics: ai, docker, fastapi, python, whisper
- Language: Python
- Homepage: https://whisper.mytest.cc
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# whisper-fastapi
语音转文本
speech to text
### generate [requirements.txt](requirements.txt)
```shell
pip install pipreqs
pipreqs .
```### Docker examples
```shell
docker build -t whisper-fastapi .
docker run -d -p 8000:8000 -e ENV_FILE=.env whisper-fastapi
```