Sample images are in the assets folder. Source code is under the src folder
Before running make sure you set up your environment:
python3 -m venv venv
source venv/bin/activateThen install the dependencies:
pip3 install -r requirements.txtWeb demo can be run with:
streamlit run src/web.pyCli demo can be run with:
python3 src/cli.py assets/finger_print.jpgThis demo comes in with a docker image that can be run with:
./scripts/run.sh [web|cli]- ESSAMADI Oussama
- ZOUIR Amine
- LOULID zakaria