You can check out the first release video clicking here.
This project just started, and the code needs a severe clean-up and deep installation guide. If you have any question about the code, just reach me out and create an issue if you have any problems.
# Create a conda environment
conda create -n video_generator python=3.8
# Install dependency manager
make install
# Install tool
pip install python_video_generator
# Install locally
make install
In the package moviepy
I changed the file drawing.py
# line 147
# from
if vector is not None:
# to
if vector is None:
Now adding the TTS package
git clone https://github.com/coqui-ai/TTS.git
cd TTS.
pip install -e .
cd ..
poetry add ./TTS
Usage instructions go here.
python orchestrator.py
# Get a comprehensive list of development tools
make help