Param-Harrison / text-to-video-bot-python

Script that generates TikTok style videos using ffmpeg, moviepy, chatGPT, and SDXL api within a minute

Home Page:https://www.TextToVideo.Bot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text To Video Script

Text To Video Script To generate short form videos for TikTok and YouTube Shorts. It generates voiceover audio using AWS Polly and Subtitles with the moviepy. Story is generated with ChatGPT prompts

Install and Run

pip3 install -r requirements.txt
cp .env.example .env
// fill in OPENAI keys, AWS keys, and replicate keys
python3 text-to-video-bot.py

Demo

Demo link

Alt text

About

Script that generates TikTok style videos using ffmpeg, moviepy, chatGPT, and SDXL api within a minute

https://www.TextToVideo.Bot/


Languages

Language:Python 100.0%