goedev commited on
Commit
3e5ad7c
·
1 Parent(s): 44158a3

update readme.

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ROSA
2
+
3
+ **Your personal AI drummer for practice and composition.**
4
+
5
+ ROSA is a tool designed for musicians, especially bass and electric guitar players, who need a drum track to play along with. Simply upload your song, and ROSA will help you generate a corresponding drum track in MIDI format.
6
+
7
+ ## ✨ Features
8
+
9
+ - **Audio Upload**: Upload your song in various audio formats.
10
+ - **BPM Control**: Automatically detect or manually set the Beats Per Minute (BPM) for your track.
11
+ - **MIDI Export**: Export the generated drum track as a MIDI file, ready to be used in any Digital Audio Workstation (DAW).
12
+
13
+ ## 🚀 How to Use
14
+
15
+ 1. **Upload a song**: Select an audio file from your computer.
16
+ 2. **Set the BPM**: Let ROSA detect the BPM or set it manually for precision.
17
+ 3. **Export**: Download the generated drum track as a MIDI file and start jamming!
18
+
19
+
20
+ ## Investigation Notes
21
+
22
+ - A model from Intel: [drumsep_mdx23c_jarredou_openvino](https://huggingface.co/Intel/drumsep_mdx23c_jarredou_openvino)
23
+ - [OpenVINO™ Music Separation](https://github.com/intel/openvino-plugins-ai-audacity/blob/main/doc/feature_doc/music_separation/README.md)
24
+ - [Demucs](https://github.com/adefossez/demucs)