Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Audio to Sheet Music Transcriber
|
| 2 |
|
| 3 |
A web application that converts monophonic audio recordings into sheet music using machine learning. This app can transcribe audio files (WAV, MP3) or record live audio and convert it to MIDI and MusicXML formats.
|
|
@@ -49,4 +58,4 @@ This app uses:
|
|
| 49 |
|
| 50 |
## License
|
| 51 |
|
| 52 |
-
MIT License - See the [LICENSE](LICENSE) file for details.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Audio Trabscriber
|
| 3 |
+
sdk: docker
|
| 4 |
+
emoji: 📚
|
| 5 |
+
colorFrom: green
|
| 6 |
+
colorTo: blue
|
| 7 |
+
short_description: Monophonic audio transcription
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# Audio to Sheet Music Transcriber
|
| 11 |
|
| 12 |
A web application that converts monophonic audio recordings into sheet music using machine learning. This app can transcribe audio files (WAV, MP3) or record live audio and convert it to MIDI and MusicXML formats.
|
|
|
|
| 58 |
|
| 59 |
## License
|
| 60 |
|
| 61 |
+
MIT License - See the [LICENSE](LICENSE) file for details.
|