SkillAgentSearch skills...

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/Gpt2midi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1y ago
Forks1

Languages

Python

Security Score

55/100

Audited on Aug 13, 2024

No findings