Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 655 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 655 Bytes

AMt

Pitch detection with sparse reconstruction

Installation

  1. Download and extract this repository.
  2. Install the Anaconda Python distribution and Gurobi following this instruction: https://www.gurobi.com/documentation/9.0/quickstart_windows/ins_the_anaconda_python_di.html#section:Anaconda)
  3. Create and activate the AMt_env environment by using the following commands in an Anaconda prompt:
    conda env create -f $INSTALLDIR/AMt_env.yml
    activate AMt_env
    
  4. Switch to the working directory and start jupyter Notebook in the Anaconda prompt by using the following commands:
     $INSTALLDIR/AMt
     jupyter notebook