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

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

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