Create video story for a given topic using OpenAI.
- Create new virtual env:
python -m venv env
- Activate your virtual env:
env/Scripts/activate
- Install packages from included requirements.txt:
pip install -r .\requirements.txt
- Install ImageMagick:
https://imagemagick.org/script/download.php
Add both check boxes:
* Associate supported file extensions
* Install legacy utilities
- Add your API_KEY to api_key.py file
Run python script:
python .\storyteller_gui.py