jaisun2004 commited on
Commit
06adb09
·
verified ·
1 Parent(s): 1deff5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # YouTube Transcript, Translation & Summary (Whisper + Hugging Face)
2
 
3
  This Space extracts audio from a YouTube video, detects language, transcribes speech using OpenAI Whisper, translates to English if needed, and provides a summary.
@@ -9,11 +20,6 @@ This Space extracts audio from a YouTube video, detects language, transcribes sp
9
 
10
  **Tech stack:** Gradio, Hugging Face Transformers, OpenAI Whisper, Facebook BART, yt-dlp
11
 
12
- ## Notes
13
- - Works best with videos under 10-15 minutes.
14
- - For non-English videos, automatic translation to English is performed.
15
- - For longer videos, only the first ~30 minutes may be processed due to resource limits.
16
-
17
  ---
18
 
19
  ## Requirements
 
1
+ ---
2
+ title: YouTube Transcript & Summary
3
+ emoji: 🎧
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: "4.26.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # YouTube Transcript, Translation & Summary (Whisper + Hugging Face)
13
 
14
  This Space extracts audio from a YouTube video, detects language, transcribes speech using OpenAI Whisper, translates to English if needed, and provides a summary.
 
20
 
21
  **Tech stack:** Gradio, Hugging Face Transformers, OpenAI Whisper, Facebook BART, yt-dlp
22
 
 
 
 
 
 
23
  ---
24
 
25
  ## Requirements