Git Product home page Git Product logo

chord-melody-dataset's Introduction

Chord Melody Dataset

This dataset to dedicated to the relationship between chords & melodies. The intended use case of the data set is to train models capable of predicting melodies from chord progressions or vice versa.

The dataset conforms to a strict format. All songs are saved in MUSIC_XML

Each bar must contain:

  • 2 chords
  • all notes MUST be monophonic (i.e single note melodies)
  • notes and or rests that sum to 4 beats (4/4 time)
  • triplets are NOT supported!
  • the maximum resolution supported is 16th notes

How the dataset was created

The dataset was created scaning leadsheets via the OCR feature in the SMARTSCORE SOFTWARE

Contributing to the dataset

Ideally each song/leadsheet will be transposed to 12keys. I have created a golang app that will validate that the xml format is correct MusicXmlParser

How to use this dataset

In order to use this data set to make musical predictions you must first encode the data into a format consumable by machine learning algorithms. You are welcome to use the tool I've created or of course roll your own. The encoder I've created is a simple GoLang commandline tool that consumes the MusicXML format and outputs enoded data strings. ENCODING TOOL

For ideas on how to format and feed this data into machine learning algorithms & frameworks please visit my blog Signals & Sorcery Blog or my procedural music generation project TrebleMaker.Ai

chord-melody-dataset's People

Contributors

shiehn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.