This repository provides the training and algorithm demonstration for the paper ProtoShotXAI: Prototypical Few-Shot Architecture for Explainable AI.
We are still in the process of updating this repository so please be patient and check back soon for additional instructions and pretrained models -- 10/26/2021
Install dependencies (I prefer a conda environment)
conda create -n ProtoShotXAI python=3.6conda activate ProtoShotXAIpip install -r requirements.txtpython -m ipykernel install --user --name ProtoShotXAIpython setup.py develop(orpython setup.py installif you don't want to do development)