Skip to content

Study of Music Information Retrieval (MIR) methods for multi-pitch estimation and onset detection.

Notifications You must be signed in to change notification settings

rand-asswad/muallef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MUALLEF

Muallef (arabic: مؤلف, pronounced Mou'allef, means Composer) is a humble python library for Music Information Retrieval (MIR) algorithms.

Muallef is an implementation of MIR algorithms I studied in my master's thesis. I used this code to produce the results presented in my thesis.

Installation

To initialize python's virtual environment, navigate into the repository home and enter the following commands:

python3 -m venv venv
pip3 install -r requirements.txt

Warning: using another name for python's virtual environment (venv) would work for using the library, it will however break the dependency in docs/main.rmd if you want to produce the documentation using R Markdown/Bookdown.