Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/phidlarkson/whisper-stt-api

Easy setup for the whisper speech to text
https://github.com/phidlarkson/whisper-stt-api

api flask speech-to-text whisper

Last synced: 6 days ago
JSON representation

Easy setup for the whisper speech to text

Awesome Lists containing this project

README

        

## THE WHISPER SPEECH TO TEXT API SAMPLE

### This is an easy speech to text api project you can set up easy.

Make sure to install the needed components from the requirements.txt file.

` pip install -r requirements.txt `

---

- The [main.py](https://github.com/PhidLarkson/whisper-stt-api/blob/main/main.py) python script is used to set up an API service.
- The [stt.py](https://github.com/PhidLarkson/whisper-stt-api/blob/main/stt.py) makes requests to the API service you set up to transcribe audio data.

Works great!!

![image](https://github.com/user-attachments/assets/8632aa41-c99d-4ad7-876a-ea5c4a8fe663)

Check out the [faster-whisper pypi page](https://pypi.org/project/faster-whisper/) for more...

---