cross detection for virtual ballot
pip install -r requirements.txt
inference with inference.py
fly launch
to create a new appfly deploy
to deploy the appfly scale memory 512
to scale up the memory since the default is 256MB will crash the app
poetry install
to install dependenciespoetry shell
to activate the virtual environmentpoetry run pytest
to run tests