Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/phidlarkson/whisper-stt-api
- Owner: PhidLarkson
- Created: 2024-07-09T22:31:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T13:09:33.000Z (5 months ago)
- Last Synced: 2024-11-08T16:23:16.814Z (2 months ago)
- Topics: api, flask, speech-to-text, whisper
- Language: Python
- Homepage: https://pkwolffe.hashnode.dev/implementing-speech-to-text-a-quick-guide
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...
---