This is the recognition model that is used in the NR Gimmick.
To build and use this in a virtual environment simply do a:
pip install .
If you want to develop on the model, you can create an editable wheel instead by typing
pip install --editable .
Then you can edit the files under src in place.