Skip to content

abhijeetsingh0401/ABCLLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

LLM to generate abc notation music

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages