Update README.md
Browse files
README.md
CHANGED
@@ -1,29 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# π€ AI Voiceover + Subtitle Enhancer
|
2 |
|
3 |
-
|
4 |
-
- Upload a short video
|
5 |
-
- Automatically transcribe speech using OpenAI Whisper
|
6 |
-
- Enter your own custom narration text
|
7 |
-
- Generate an AI voiceover using Coqui TTS
|
8 |
-
- Replace original audio with the AI voice
|
9 |
-
- Download the enhanced final video
|
10 |
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
---
|
15 |
|
16 |
-
|
17 |
|
18 |
-
|
19 |
-
2. Review auto-generated subtitles.
|
20 |
-
3. Type your own narration.
|
21 |
-
4. Click **Generate AI Voiceover** and download the result!
|
22 |
|
23 |
---
|
24 |
-
|
25 |
-
### π€ Powered by
|
26 |
-
- Whisper (OpenAI)
|
27 |
-
- Coqui TTS
|
28 |
-
- MoviePy
|
29 |
-
- Streamlit
|
|
|
1 |
+
---
|
2 |
+
title: AI Voiceover Studio
|
3 |
+
emoji: π€
|
4 |
+
colorFrom: pink
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: "1.32.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# π€ AI Voiceover + Subtitle Enhancer
|
13 |
|
14 |
+
Upload a short video, extract subtitles using OpenAI Whisper, generate voice narration using Coqui TTS, and download the final video with enhanced audio.
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
+
### Features:
|
17 |
+
- π₯ Video Upload
|
18 |
+
- π§ Audio Transcription (OpenAI Whisper)
|
19 |
+
- βοΈ Custom Voiceover Input
|
20 |
+
- π£οΈ AI Voice Generation (Coqui TTS)
|
21 |
+
- π Audio Replacement
|
22 |
+
- π₯ Final Video Download
|
23 |
|
24 |
---
|
25 |
|
26 |
+
β
Built using `streamlit`, `whisper`, `TTS`, `moviepy`, and `ffmpeg`.
|
27 |
|
28 |
+
Perfect for content creators, gamers, educators, and marketers.
|
|
|
|
|
|
|
29 |
|
30 |
---
|
|
|
|
|
|
|
|
|
|
|
|