Welcome! Here are basic steps to get up an running
OpenAI Pexels Pixabay
Create a file called "api_key.txt" and paste the api keys respectively on lines 1,2,3 etc.
https://www.python.org/downloads/
setx PATH "%PATH%;C:\Python34\Scripts" or setx PATH "%PATH%;C:\Users[yourUser]\AppData\Local\Programs\Python\Python311\Scripts"
pip install virtualenv
python -m venv venv
- Open VSCode as Admin and run followingn
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
.\venv\Scripts\Activate.ps1
(Windows Powershell)
.\venv\Scripts\Activate.bat
(Windows CMD)
pip install -r requirements.txt
https://imagemagick.org/script/download.php#windows
Version Description ImageMagick-7.1.1-6-Q16-HDRI-x64-dll.exe Win64 dynamic at 16 bits-per-pixel component with High-dynamic-range imaging enabled
https://github.com/BtbN/FFmpeg-Builds/releases
Add to user path
https://platform.openai.com/account/usage
git merge --abort