From a03f4a2b0855f1f23ce111ca5f135253e7d556a5 Mon Sep 17 00:00:00 2001 From: chrstphr Date: Fri, 26 Nov 2021 19:11:36 +0100 Subject: [PATCH] Added more badges - PyPI version and license --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f0e860e..cbaa6c0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ![Zennit-Logo](https://raw.githubusercontent.com/chr5tphr/zennit/master/share/img/zennit.png) [![Documentation Status](https://readthedocs.org/projects/zennit/badge/?version=latest)](https://zennit.readthedocs.io/en/latest/?badge=latest) +[![PyPI Version](https://img.shields.io/pypi/v/zennit)](https://pypi.org/project/zennit/) +[![License](https://img.shields.io/pypi/l/zennit)](https://github.com/chr5tphr/zennit/blob/master/COPYING.LESSER) Zennit (**Z**ennit **e**xplains **n**eural **n**etworks **i**n **t**orch) is a high-level framework in Python using PyTorch for explaining/exploring neural networks.