Installation
Our framework requires Python version 3.7 or newer. We highly recommend using a virtual environment.
To get started with our framework, first clone our repository.
(venv) $ git clone git@github.com:MichiganNLP/micromodels.git
Install all required packages.
(venv) $ cd micromodels
(venv) $ pip install -r requirements.txt
Set the environment variable MM_HOME to point to the cloned repsotiry.
(venv) $ export MM_HOME=/home/username/micromodels
To ensure that everything is installed correctly, run the included tests:
(venv) $ pytest