Turbiling commited on
Commit
f6e7bcc
Β·
verified Β·
1 Parent(s): 095522d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -17
README.md CHANGED
@@ -1,25 +1,42 @@
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!
 
 
1
  ---
2
+ title: 🎧 Urdu & English Audio Transcriber + Summarizer
3
+ emoji: πŸŽ™οΈ
4
+ colorFrom: indigo
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: "4.43.0"
8
+ app_file: app.py
9
+ pinned: true
10
+ license: mit
11
+ ---
12
+
13
  # 🎧 AI Audio + YouTube Transcriber & Summarizer
14
 
15
  ## πŸ” Overview
16
+ This app lets you:
17
+ - Upload an **audio file** or paste a **YouTube link**
18
+ - Automatically **transcribe** speech (Urdu or English) using **Groq Whisper**
19
+ - Generate a **summary** in either **Urdu or English**
20
+
21
+ ---
22
+
23
+ ## 🧠 Tech Stack
24
+ | Component | Tool/Model |
25
+ |------------|-------------|
26
+ | πŸŽ™οΈ Transcription | `whisper-large-v3` (Groq API) |
27
+ | 🧩 Summarization | `facebook/bart-large-cnn` (English) <br> `facebook/mbart-large-50-many-to-many-mmt` (Urdu) |
28
+ | πŸ’» Interface | Gradio 4.43 |
29
+ | πŸ”— Deployment | Hugging Face Spaces |
30
+ | 🎞️ YouTube Audio | yt-dlp + ffmpeg |
31
+
32
+ ---
33
+
34
+ ## βš™οΈ Setup Instructions (for Hugging Face Spaces)
35
+
36
  1. Upload these files:
37
  - `app.py`
38
  - `requirements.txt`
39
+ - `README.md`
 
 
 
40
 
41
+ 2. Go to **Settings β†’ Variables**
42
+ Add these two environment variables: