xrays-and-gradcam
Classification and Gradient-based Localization of Chest Radiographs using PyTorch.
File Explorer
Download Latest Version (.zip)- cover.png
- dense_cam.jpg
- dense_confmat.png
- original.jpg
- res_cam.jpg
- res_confmat.png
- vgg_cam.jpg
- vgg_confmat.png
- README.md
- densenet.png
- resnet.png
- vgg.png
- densenet.csv
- resnet.csv
- vgg.csv
- class_freq.png
- samples.png
- densenet.png
- resnet.png
- vgg.png
- grad_cam.png
- .gitignore
- 1_data_exploration.ipynb
- 2_finetune_models.ipynb
- 3_evaluate_results.ipynb
- __init__.py
- grad_cam.py
- LICENSE
- networks.py
- overlay_cam.py
- plot_utils.py
- README.md
- requirements.txt
- split_dataset.py
- utils.py
# Installation Guide
1. Get the code
git clone https://github.com/priyavrat-misra/xrays-and-gradcam
Downloads the entire project code from GitHub to your computer.
cd xrays-and-gradcam
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
> pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
