https://github.com/ayoub-aberbach/ai_transcriber
AI Audio Transcriber API
https://github.com/ayoub-aberbach/ai_transcriber
fastapi groq-api python whisper-ai
Last synced: about 2 months ago
JSON representation
AI Audio Transcriber API
- Host: GitHub
- URL: https://github.com/ayoub-aberbach/ai_transcriber
- Owner: ayoub-aberbach
- Created: 2025-02-04T18:05:15.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-02-12T01:12:14.000Z (4 months ago)
- Last Synced: 2025-02-12T02:26:40.614Z (4 months ago)
- Topics: fastapi, groq-api, python, whisper-ai
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Audio Transcriber with AI
Simple REST API that transcribes audio files using AI Speech-to-Text.
🛠️ Installation Steps:
0. Create a folder named `uploads`.
1. Create .env file and add the GROQ API key inside it
2. Execute
```
py -m venv venv
```
3. And
```
pip install -r requirements.txt
```
4. Then run the server
```
uvicorn main:app --reload
```