Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notjoemartinez/wieniawski
Photomath for violin sheet music
https://github.com/notjoemartinez/wieniawski
computer-vision opencv optical-music-recognition
Last synced: about 2 months ago
JSON representation
Photomath for violin sheet music
- Host: GitHub
- URL: https://github.com/notjoemartinez/wieniawski
- Owner: NotJoeMartinez
- Created: 2024-01-25T01:21:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-23T05:43:12.000Z (10 months ago)
- Last Synced: 2024-03-24T02:35:27.714Z (10 months ago)
- Topics: computer-vision, opencv, optical-music-recognition
- Language: Python
- Homepage:
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wieniawski
Experimental refactor of [Mozart](https://github.com/aashrafh/Mozart) optical music recognition models.
See music [MusicNotesML](https://github.com/NotJoeMartinez/MusicNotesML) for a proof of concept.### Setup
```
git clone https://github.com/NotJoeMartinez/wieniawski
cd wieniawski
python3 -m venv .venv
source .venv/bin/activate
make clean install
```### Training data
- [google drive](https://drive.google.com/file/d/18YngVnanqM26qJwm8HrrDwqMK3KLSGPV/view?usp=sharing)
- Orginal dataset
- [kaggle](https://www.kaggle.com/datasets/notjoemartinez/mozart)
- slightly modifed for kaggle compatablity### Goals
1. To understand how this model works
2. To integrate the models with a mobile application that overlays the proper finger numbers of a stanza violin sheet music.