Gpt2midi
A simple python app that generates a melody in the desired key using ChatGPT API and turns it into a MIDI file.
Install / Use
/learn @Baka-Nekoz/Gpt2midiREADME
gpt2midi
A simple python app that generates a melody in the desired key using ChatGPT API and turns it into a MIDI file.
⚠️ REQUIREMENTS ⚠️
- YOU NEED A CHATGPT API KEY (https://platform.openai.com/account/api-keys)
- YOU NEED PYTHON3 INSTALLED ON YOUR COMPUTER
PYTHON libraries you need to run it :
- openai (version 0.28)
- midiutil
- time
- tkinter
- easygui
TO INSTALL THESE LIBRARIES :
- Open the CMD
- Enter the following commands :
pip install openai==0.28
pip install midiutil
pip install easygui
