Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,32 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
license: gpl-3.0
|
11 |
-
short_description: DEMUCS+WHISPER
|
12 |
---
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Audio Lyrics Extractor
|
3 |
+
emoji: 🎵
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.0.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
|
|
10 |
---
|
11 |
|
12 |
+
# Audio Lyrics Extractor
|
13 |
+
|
14 |
+
This application combines Demucs for vocal isolation and Whisper for lyrics transcription. Upload any song to:
|
15 |
+
1. Extract vocals from the music
|
16 |
+
2. Transcribe the lyrics
|
17 |
+
|
18 |
+
## Features
|
19 |
+
- Vocal isolation using Demucs
|
20 |
+
- Lyrics transcription using Whisper
|
21 |
+
- Support for various audio formats
|
22 |
+
- GPU acceleration when available
|
23 |
+
|
24 |
+
## Models
|
25 |
+
- Demucs (htdemucs) for vocal separation
|
26 |
+
- Whisper (medium) for transcription
|
27 |
+
|
28 |
+
## Usage
|
29 |
+
1. Upload an audio file
|
30 |
+
2. Select Whisper model size
|
31 |
+
3. Get isolated vocals and transcribed lyrics
|
32 |
+
|