Spaces:
Sleeping
Sleeping
Commit ·
9fe2da5
1
Parent(s): 5a6bfcd
update
Browse files- README.md +12 -0
- assets/demo.gif +3 -0
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Youtube-Whisper
|
| 2 |
A simple Gradio app that transcribes YouTube videos by extracting audio and using OpenAI’s Whisper model for transcription. Paste a YouTube link and get the video’s audio transcribed into text.
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Youtube Whisper
|
| 3 |
+
emoji: 🐢
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: pink
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 4.44.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# Youtube-Whisper
|
| 14 |
A simple Gradio app that transcribes YouTube videos by extracting audio and using OpenAI’s Whisper model for transcription. Paste a YouTube link and get the video’s audio transcribed into text.
|
| 15 |
|
assets/demo.gif
ADDED
|
Git LFS Details
|