Skip to content

Natalybr/ProgTag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

HarmoniTag

A system for tagging songs based on their chord progressions.

Overview

HarmoniTag is a project and pipeline aimed at tagging songs, utilizing machine learning to infer genres by the appearances of chord progressions. Its first iteration was made as part of a CS workshop for B.Sc. It is currently under work, to refine the methods use for scientific publication. The data used is taken from the Million Song Dataset's Last.fm dataset, and various chord websites (such as chordie.com and ultimate-guitar.com).

The GitHub repository mostly contains python code for:

  1. A Django ORM database structure for storing song/tag/chord-progression data (database itself not included in the repository).
  2. Populating the database with song-tag data from the Last.fm dataset.
  3. Populating the database with song-chord data by querying and parsing relevant websites.
  4. Calculating chord progressions for the songs in the db, performing feature selection by mutual information against tags.
  5. Training and testing various models of machine learning on the data, extracting statistics.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published