Skip to content

YeowTong/Explainable-Neural-Networks

 
 

Repository files navigation

Explainable-Neural-Networks

Introduction

Following is the initial file structure.

Folders/File structure

.
├── data
│   ├── test
│   │   ├── NORMAL
│   │   └── PNEUMONIA
│   ├── train
│   │   ├── NORMAL
│   │   └── PNEUMONIA
│   └── val
│       ├── NORMAL
│       └── PNEUMONIA
├── conda-env.yaml
├── src
├── LICENSE
├── notebooks
└── README.md

Getting Started

  1. Data

Curl down and unzip the data to the existing repositry using the command:

# download using
wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1BLViYnohD-S4u5p1DkXp1MOlCGe02w36' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1BLViYnohD-S4u5p1DkXp1MOlCGe02w36" -O pneumonia.zip && rm -rf /tmp/cookies.txt
# Unzip using
unzip -q pneumonia.zip -d data/
  1. Environment

Please ensure dependencies adhere to python 3.10

conda env create -f conda-env.yaml
conda activate xnn
  1. Pre-commit hook

More information on precommit hook here.

pre-commit install

Contributing

  • Outstanding features are listed in the project's kanban board here!
  • Dont see an issue you want? raise an issue here

Commit msg

<type>: <short summary>
  │            │
  │            └─⫸ Summary in present tense. Not capitalized. No period at the end.
  │
  └─⫸ Commit Type: build|cicd|docs|feat|fix|node|refactor|test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published