clone the repository
git clone https://github.com/korneltlaczala/biometry-image-processing
(optional) create and activate a Python virtual environment
python -m venv venv
./venv/scripts/activate
install necessary packages
pip install -r .\requirements.txt
run the app
streamlit run app.py
The app will open in a browser window.