Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

UAMLDA/ProtoShotXAI

 
 

Repository files navigation

ProtoShotXAI

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

Getting Strated

Install dependencies (I prefer a conda environment)

  • conda create -n ProtoShotXAI python=3.6
  • conda activate ProtoShotXAI
  • pip install -r requirements.txt
  • python -m ipykernel install --user --name ProtoShotXAI
  • python setup.py develop (or python setup.py install if you don't want to do development)

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 95.7%
  • Python 4.3%