Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: image-to-text
|
7 |
---
|
8 |
+
|
9 |
+
# Optical Music Recognition Transformer
|
10 |
+
|
11 |
+
<!-- Provide a quick summary of what the model is/does. [Optional] -->
|
12 |
+
Image-To-Text model for optical music recognition. The model is trained to predict simple notes in the lilypond format from a given image. Training data consists of artificial, handwritten and white board images.
|
13 |
+
|
14 |
+
Repo: https://github.com/UHHRobotics22-23/robot_project/tree/main/marimbabot_vision
|