ZeeAI1 commited on
Commit
ed94634
Β·
verified Β·
1 Parent(s): c0f45a8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -6
README.md CHANGED
@@ -1,12 +1,37 @@
1
  ---
2
- title: Video0002
3
- emoji: πŸ†
4
- colorFrom: pink
5
- colorTo: indigo
6
  sdk: streamlit
7
- sdk_version: 1.44.1
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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