Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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: 3 months ago
JSON representation

Turn music videos with chords labeled on-screen into labeled audio files.

Lists

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:

IMAGE ALT TEXT HERE

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)