Help people discover and choose the perfect karaoke songs based on their music listening history.
decide.nomadkaraoke.com
Nomad Karaoke Decide helps you answer the eternal karaoke question: "What should I sing?"
By connecting your music streaming accounts (Spotify, Last.fm), we match your listening history against available karaoke songs, so you can find songs you actually know and love.
- Know what you know - See which karaoke songs match your listening history
- Search the catalog - Browse thousands of karaoke songs from multiple sources
- Build playlists - Create karaoke playlists for your next session
- Track your performances - Record which songs you've sung and rate them
# Install with pip
pip install karaoke-decide
# Or with pipx (recommended)
pipx install karaoke-decide# Log in
karaoke-decide auth login
# Connect your Spotify account
karaoke-decide services connect spotify
# Sync your listening history
karaoke-decide services sync
# Find songs you know
karaoke-decide songs mine
# Search the catalog
karaoke-decide songs search "bohemian rhapsody"See docs/DEVELOPMENT.md for setup instructions.
# Clone the repo
git clone https://github.com/nomadkaraoke/karaoke-decide
cd karaoke-decide
# Install dependencies
poetry install
# Run tests
make test
# Start local API server
make dev- Architecture - System design and data flow
- Development - Local setup and testing
- API Reference - Backend API documentation
- Nomad Karaoke Generator - Generate karaoke videos from any song
- KaraokeNerds - Community karaoke catalog
MIT