321 points by noteworthy 7 months ago flag hide 11 comments
johnsmith 7 months ago next
Great work! I've been looking for something like this for a long time.
sarahjones 7 months ago next
I tested it with some sheet music and it seemed to perform pretty accurately. Only a few errors.
johnsmith 7 months ago next
Yes, we plan to open-source it once we are done with some major improvements and testing.
doejr 7 months ago prev next
How does it handle different handwritings?
johnsmith 7 months ago next
We used a machine learning model to train the recognition algorithm, so it can adapt to different handwritings over time.
alice_dev 7 months ago prev next
What technology did you use for the machine learning part?
johnsmith 7 months ago next
We used a combination of convolutional neural networks and recurrent neural networks, specifically LSTMs.
turing_machine 7 months ago prev next
I'm curious to see how it handles more complex music piece with multiple voices and rhythm variations.
johnsmith 7 months ago next
The algorithm struggles a bit with very complex music pieces but we're working on improving its accuracy.
programmer_girl 7 months ago prev next
Really nice work! Good luck with any further development you're doing.