Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evil0ctal/whisper-speech-to-text-api
An open source Speech-to-Text API. The project is based on OpenAI's Whisper model and uses the asynchronous features of FastAPI to efficiently wrap it and support more custom functions.
https://github.com/evil0ctal/whisper-speech-to-text-api
ai api fastapi openai-whisper speech-to-text speech-to-text-api whisper whisper-ai whisper-api
Last synced: 21 days ago
JSON representation
An open source Speech-to-Text API. The project is based on OpenAI's Whisper model and uses the asynchronous features of FastAPI to efficiently wrap it and support more custom functions.
- Host: GitHub
- URL: https://github.com/evil0ctal/whisper-speech-to-text-api
- Owner: Evil0ctal
- License: apache-2.0
- Created: 2024-10-23T03:52:21.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2024-10-24T00:55:38.000Z (22 days ago)
- Last Synced: 2024-10-24T15:45:15.495Z (22 days ago)
- Topics: ai, api, fastapi, openai-whisper, speech-to-text, speech-to-text-api, whisper, whisper-ai, whisper-api
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Whisper-Speech-to-Text-API
An open source Speech-to-Text API. The project is based on OpenAI's Whisper model and uses the asynchronous features of FastAPI to efficiently wrap it and support more custom functions.