Create README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
# π€ AI Voiceover + Subtitle Enhancer
|
2 |
+
|
3 |
+
This app lets you:
|
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 |
+
β‘ Built using open-source models and Streamlit.
|
12 |
+
π― Perfect for content creators, gamers, and educators.
|
13 |
+
|
14 |
---
|
15 |
+
|
16 |
+
### π How to Use
|
17 |
+
|
18 |
+
1. Click **Upload** to select a short video (under 1 min).
|
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
|