Turbiling commited on
Commit
6204f1c
Β·
verified Β·
1 Parent(s): b5fc657

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -11
README.md CHANGED
@@ -1,13 +1,25 @@
1
  ---
2
- title: Voice2Text App
3
- emoji: 🌍
4
- colorFrom: yellow
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 5.49.1
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
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!