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/activate
Then install the dependencies:
pip3 install -r requirements.txt
Web demo can be run with:
streamlit run src/web.py
Cli demo can be run with:
python3 src/cli.py assets/finger_print.jpg
This demo comes in with a docker image that can be run with:
./scripts/run.sh [web|cli]
- ESSAMADI Oussama
- ZOUIR Amine
- LOULID zakaria