ZeeAI1 commited on
Commit
015aa9d
Β·
verified Β·
1 Parent(s): d993ba9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -9
README.md CHANGED
@@ -1,12 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
- title: Video0001
3
- emoji: πŸ‘
4
- colorFrom: blue
5
- colorTo: green
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
+ # 🎀 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