Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 549 Bytes

File metadata and controls

32 lines (24 loc) · 549 Bytes

LLM to Generate ABC Notation Music

This project contains a Flask server that connects with the Ollama -> Llama 3 model (other models can also be used).

How to Install

1. Install Ollama

Run the following command to install Ollama:

curl -fsSL https://ollama.com/install.sh | sh

2. Install the Llama 3 Model

ollama run llama3

3. Start the Ollama Server

ollama serve

4. Install Python Dependencies

pip install -r requirements.txt

5. Run the Flask Server

python ollama.py