Create a cat AI video by a catergory selection and a simple run in the terminal.
- clone this repo
git clone https://github.com/Ewan-Dev/sad-cat-ai.git
- use
cd sad-cat-ai
to enter directory - install requirements
pip install -r requirements.txt
- in
main.py
assign yout YT channel login detailsusername = ''
andpassword = ''
if you want to automate the uploads - assign your YT STUDIO channel URL to the
channel_url
variable
- run
python3 main.py
in this directory - the localhost address is printed in the terminal and open it for the frontend
- (optional) in
main.py
you can change the values ofimage_duration
andimages
to your liking but the deafults areimage_duration = 1.5 #seconds
andimages = 15
- enter values in the corresponding inputs and click submit
- your final video will saved as final[video index].mp4 in the
videos
folder and uploaded to YT (the videos and images will be deleted and replaced locally next time you run the code do be sure to copy it)