Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,25 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
# π§ AI Audio + YouTube Transcriber & Summarizer
|
| 3 |
+
|
| 4 |
+
## π Overview
|
| 5 |
+
This app allows users to:
|
| 6 |
+
- Upload audio files **or paste a YouTube link**
|
| 7 |
+
- Automatically transcribe English speech (using Groq Whisper)
|
| 8 |
+
- Generate a summary in **English or Urdu**
|
| 9 |
+
|
| 10 |
+
## βοΈ Tech Stack
|
| 11 |
+
- **Groq API** β Whisper-large-v3 for transcription
|
| 12 |
+
- **Hugging Face** β BART & mBART for summarization
|
| 13 |
+
- **Gradio** β Frontend interface
|
| 14 |
+
- **yt-dlp** β YouTube audio downloader
|
| 15 |
+
|
| 16 |
+
## π Deployment Steps (Hugging Face)
|
| 17 |
+
1. Upload these files:
|
| 18 |
+
- `app.py`
|
| 19 |
+
- `requirements.txt`
|
| 20 |
+
2. Go to `Settings β Variables` and add:
|
| 21 |
+
- `GROQ_API_KEY`
|
| 22 |
+
- `HUGGINGFACE_API_TOKEN`
|
| 23 |
+
3. Click **Rebuild** and run the Space.
|
| 24 |
|
| 25 |
+
Enjoy bilingual summarization!
|