sjaandi

Library for visual similarity search and visualization


License
MIT
Install
pip install sjaandi==0.1.6

Documentation

sjaandi CircleCI Coverage Status

Library for visualizing and understanding predictions of convolutional neural networks.

Getting the Data

Download Imagenette-160 using the following shell command:

python src/data/get_imagenette.py

The data will be available in data/raw/imagenette-160/.


Project based on the cookiecutter data science project template.