Chorus-Detection / README_HF.md
dennisvdang's picture
Configure containerized Streamlit app for HF Spaces
cb26165

A newer version of the Streamlit SDK is available: 1.46.1

Upgrade

Chorus Detection

This app automatically finds the chorus sections in songs using machine learning.

How to Use

  1. Upload a song or enter a YouTube URL
  2. Click Analyze
  3. The app will:
    • Process the audio
    • Detect chorus sections
    • Generate a visualization
    • Create a chorus compilation

Technical Details

  • Uses a CRNN (Convolutional Recurrent Neural Network) model
  • Trained on a dataset of manually labeled chorus sections
  • Model ID: dennisvdang/chorus-detection
  • Processes audio in real-time using TensorFlow

Features

  • Chorus detection in any music track
  • Audio visualization with highlighted chorus sections

Contact

Created by Dennis Dang. For more details, check out the GitHub repository.