eyov commited on
Commit
0c49d55
1 Parent(s): 28a2264

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -8
README.md CHANGED
@@ -1,14 +1,32 @@
1
  ---
2
- title: LyricExtractor
3
- emoji: 🏆
4
- colorFrom: red
5
- colorTo: red
6
  sdk: gradio
7
- sdk_version: 5.5.0
8
  app_file: app.py
9
  pinned: false
10
- license: gpl-3.0
11
- short_description: DEMUCS+WHISPER
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+