This is a Streamlit-based application that allows users to generate music using the ModelsLab API and OpenAI's GPT-4 model. Users can input a prompt describing the type of music they want to generate, and the application will generate a music track in MP3 format based on the given prompt.
- Generate Music: Enter a detailed prompt for music generation (genre, instruments, mood, etc.), and the app will generate a music track.
- MP3 Output: The generated music will be in MP3 format, available for listening or download.
- User-Friendly Interface: Simple and clean Streamlit UI for ease of use.
- API Key Integration: Requires both OpenAI and ModelsLab API keys to function. API keys are entered in the sidebar for authentication.
-
API Keys:
-
Python 3.8+: Ensure you have Python 3.8 or higher installed.
-
Clone this repository:
git clone https://github.com/Shubhamsaboo/awesome-llm-apps cd ai_agent_tutorials/ai_models_lab_music_generator_agent
-
Install the required Python packages:
pip install -r requirements.txt
-
Start the Streamlit app:
streamlit run models_lab_music_generator_agent.py
-
In the app interface:
- Enter a music generation prompt
- Click "Generate Music"
- Play the music & Download it.