https://github.com/henridwyer/youtube-chord-ocr
Turn music videos with chords labeled on-screen into labeled audio files.
https://github.com/henridwyer/youtube-chord-ocr
Last synced: 4 months ago
JSON representation
Turn music videos with chords labeled on-screen into labeled audio files.
- Host: GitHub
- URL: https://github.com/henridwyer/youtube-chord-ocr
- Owner: henridwyer
- Created: 2015-03-20T21:06:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T23:33:35.000Z (almost 10 years ago)
- Last Synced: 2024-08-02T14:12:19.737Z (7 months ago)
- Language: Python
- Size: 242 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youtube Chord OCR
Create chord labeled audio files from youtube play along videos. The code works for videos from the channel Ukulele Underground, and will need some small modifications to work with other videos.
An example of the type of video:
Written in python by Henri Dwyer.
## Getting Started
Run the included ipython notebook, or see it hosted: [Youtube Chord OCR notebook](http://henri.io/posts/youtube-chord-ocr-notebook.html).
## Further Reading
The goal is to create a labeled data set in order train a machine learning algorithm to recognize chords. See:
- [Creating a chord classifier using neural networks](http://henri.io/posts/chord-classification-using-neural-networks.html)
- [Youtube chord ocr](http://henri.io/posts/youtube-chord-ocr.html)