Skip to content

avasnap/singalong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Singalong

A full-stack singing practice application with real-time pitch detection and feedback.

Architecture

  • Backend (/backend) - FastAPI service for audio processing and pitch analysis
  • Frontend (/frontend) - React + TypeScript web application for practice sessions

Quick Start

Backend

cd backend
pip install -r requirements.txt
uvicorn app.main:app --port 8001

Frontend

cd frontend
npm install
npm run dev

Features

  • Upload songs for practice
  • Real-time pitch visualization
  • Lyrics synchronization
  • Vocal separation using BS-RoFormer
  • Pitch scoring and feedback
  • Progress tracking

Development

Both services are configured to work together:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors