Explainable Models for Image Classification Running Create a python venv (recommended) python -m venv ./venv Active the venv source venv/bin/activate Install the requirements pip install -r requirements.txt Start jupyter notebooks jupyer-notebook . Navigate to the notebook page in your browser. Defaults to: localhost:8888