| notescriber | ||
| tests | ||
| .gitignore | ||
| dockerfile | ||
| example.config.yaml | ||
| LICENSE | ||
| load_model.py | ||
| makefile | ||
| notescriber.py | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
notescriber
Usage
python notescriber.py --path /path/to/data
Testing
Set up virtual environment:
python -m venv .
source bin/activate
make bootstrap
make test
Run tests:
make test