Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROB-AI Python Audio Proprietary



🎚️ ROB-AI

Music Analysis & Harmonic Fix Engine

Analyzes tracks (key, BPM, energy), flags issues and builds harmonically coherent mixes/playlists — the analytical brain behind KKEEY's DJ tooling.


⚠️ Copyright Notice

© 2026 Kevin Kuck — All Rights Reserved. Proprietary code. Unauthorized copying, distribution, or commercial use is strictly prohibited. See LICENSE.


📋 Overview

ROB-AI is a Python toolkit for music analysis and harmonic mixing. It extracts musical features from audio, surfaces problems, and assembles harmonically coherent sequences (Camelot-style key flow) — designed as the analysis layer for DJ/production workflows.

✨ Features

  • 🎼 Track analysis — key, BPM and energy detection (analysis_engine.py).
  • 🔀 Harmonic mixing — coherent playlist/set building UI (harmonic_mixing_ui.py).
  • 🧠 Rule-based harmonic flow (±1 Camelot step) for smooth transitions.

🚀 Tech Stack

Component Technology
Language Python 3.10+
Audio analysis (e.g. librosa / DSP libraries)
Core modules analysis_engine.py, harmonic_mixing_ui.py

⚙️ Getting Started

python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt        # if present; otherwise install librosa/numpy etc.
python analysis_engine.py              # analyze tracks
python harmonic_mixing_ui.py           # harmonic mixing UI

🔒 Security

  • No credentials are committed. Any API keys/paths belong in a gitignored .env (never hardcode).
  • Audio files and personal libraries stay local — not committed to version control.
  • Review dependencies periodically (pip audit).

📄 License

Proprietary — © 2026 Kevin Kuck. All Rights Reserved. See LICENSE.

Built by Kevin Kuck · KKI

About

A Music Analyse and Fix App by KKEEY

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages