/hmmstats

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

hmmstats API

pipenv install
FLASK_APP=./hmmstats/app.py pipenv run python -m flask run
FLASK_APP=./hmmstats/app.py pipenv run pytest

To re-train the model:

pipenv run python train/trainer.py

Documentation for POST method here.