← coolThing MTV guitar lab
⚠ Lokal server krävs. GitHub Pages kan inte anropa en lokal backend. Kör backend och frontend lokalt för tabs och Auto Lyrics:
./tools/start.sh → öppna http://localhost:3000/mega-guitar/
MEGA GUITAR TABS

Retro tab generator

Paste a riff.
Get the tab.

A loud little MTV-style guitar lab for turning YouTube ideas into playable tab previews. The current version talks to your local FastAPI backend for tabs, chord detection and Auto Lyrics.

Input

YouTube source

local API mode

Ready. Paste a YouTube link to start.

Signal chain

Flow

mock → backend
  1. 01 Validate YouTube link
  2. 02 Call local backend
  3. 03 Receive tab data
  4. 04 Render playable preview

Signal chain

How it works

Tab generation uses Basic Pitch neural audio transcription — single note lines from YouTube audio. Chord detection uses chromagram template matching via librosa — harmonic analysis of the same source.