Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```