Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.22.0
metadata
title: Lyric Sync
emoji: π΅
colorFrom: purple
colorTo: blue
sdk: gradio
sdk_version: 5.29.0
app_file: app.py
pinned: false
license: mit
suggested_hardware: zero-a10g
tags:
- ml-intern
π΅ Lyric Sync
Automatic perfect song lyric acquisition and synchronization.
Upload any song and get word-level synchronized lyrics with sub-10ms precision.
Pipeline
- Vocal Separation β Demucs htdemucs_ft (~9.2 dB SDR)
- Transcription β Whisper large-v3 with word-level timestamps
- Song Identification β AcoustID fingerprinting or transcript search
- Lyrics Fetching β LRCLIB (free, no auth, synced LRC)
- Alignment β Sequence alignment transfers ASR timings to correct lyrics
- Timing Refinement β Onset/offset detection via librosa (5.8ms resolution)