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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -20
README.md CHANGED
@@ -1,29 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
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
 
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
  ---