Skip to content

giteliot/tunegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TuneGen

AI Live Coding via Cursor.

Disclaimer: I am far for being proud of this code, especially the front-end stuff, but I just made this to play around and create some youtube videos, so it is what it is.

Prerequisites

  • Conda (Anaconda or Miniconda)
  • Python 3.11 (recommended)
  • An OpenRouter API key

Quick start (conda)

# 1) Create and activate env
conda create -n tunegen python=3.11 -y
conda activate tunegen

# 2) Install deps
pip install -r requirements.txt

# 3) Configure OpenRouter key
export OR_KEY="YOUR_OPENROUTER_API_KEY"

# 4) Run the app
python app.py

Now open: http://localhost:5000/

Auto mode

The Default is the Automatic Mode. Just enter the vibe and let the AI generate a infinite dj set. It will update once every 10 seconds. Watch out with the cost, since some models (Claude cough cough) burn a hole into your wallet.

Manual mode

Going Manual Mode instead lets you "vibe code" your music, incrementally, or edit the strudel code itself.

I assume no one would read this, but just in case feel free to do with this code what you want. Hit me up on X or youtube @codewithnohands.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors