Create README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,37 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: streamlit
|
7 |
-
sdk_version: 1.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: AI Voiceover App V2
|
3 |
+
emoji: π§
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
sdk: streamlit
|
7 |
+
sdk_version: "1.32.0"
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
# π§ AI Voiceover V2 β Replace One Speaker Only
|
13 |
+
|
14 |
+
π₯ Upload a video and generate a new voiceover that replaces one speaker β while keeping all other voices and background audio intact!
|
15 |
+
|
16 |
+
---
|
17 |
+
|
18 |
+
### β¨ Features:
|
19 |
+
- Upload a short MP4/AVI/MOV video
|
20 |
+
- Transcribe existing voice using Whisper
|
21 |
+
- Input your own replacement narration
|
22 |
+
- Generate AI voice using Coqui TTS
|
23 |
+
- Mix it with original audio (background audio stays!)
|
24 |
+
- Download the final enhanced video
|
25 |
+
|
26 |
+
---
|
27 |
+
|
28 |
+
### π Powered by:
|
29 |
+
- [OpenAI Whisper](https://github.com/openai/whisper) for speech-to-text
|
30 |
+
- [Coqui TTS](https://github.com/coqui-ai/TTS) for AI voice generation
|
31 |
+
- [MoviePy](https://zulko.github.io/moviepy/) for video processing
|
32 |
+
- [TorchAudio](https://pytorch.org/audio/stable/index.html) for mixing
|
33 |
+
|
34 |
+
---
|
35 |
+
|
36 |
+
π Built with Streamlit on Hugging Face Spaces
|
37 |
+
π¨βπ» Perfect for content creators, educators, and developers
|