Metadata-Version: 2.1
Name: pytorch-sidu
Version: 0.0.17
Summary: SIDU: SImilarity Difference and Uniqueness method for explainable AI
Home-page: https://github.com/MarcoParola/pytorch-sidu
Author: Marco Parola
Author-email: marcoparola96@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: numpy

# pytorch-sidu
SIDU: SImilarity Difference and Uniqueness method for explainable AI

This is a Pytorch implmentation of the SIDU method for generating saliency maps. 

## Installation

```
pip install pytorch-sidu
```


## License

This project is licensed under the GNU General Public License 3.0. For more details, see the LICENSE file in the root directory of this project or check out the GNU General Public License 3.0. [here](https://www.gnu.org/licenses/gpl-3.0.html)
