- Notifications
You must be signed in to change notification settings - Fork2
Automated video creation from a single prompt.
License
NotificationsYou must be signed in to change notification settings
0Shark/text2video
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Create YouTube Shorts without any effort, simply by providing a video topic to talk about.
cd MoneyPrinter/Backendpip install -r requirements.txt# Run the backend serverpython3 main.py# Run the frontend servercd ../Frontendpython3 -m http.server 3000
- In
.env
fill in the required values - Open
http://localhost:3000
in your browser - Enter a topic to talk about
- Choose a voice ID
- Click on the "Generate" button
- Wait for the video to be generated
- The video's location is
temp/output.mp4
Add your fonts to thefonts/
folder, and load them by specifiying the font name on line124
inBackend/video.py
.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
SeeLICENSE
file for more information.
About
Automated video creation from a single prompt.