Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit ed83ad8

Browse files
committed
Update readme
1 parent 5f6cd07 commit ed83ad8

3 files changed

Lines changed: 40 additions & 68 deletions

File tree

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
jax-interpret
2-
================
1+
# Explainax: An Explainable AI Library for JAX
32

43
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->
54

6-
This file will become your README and also the index of your
7-
documentation.
5+
![Python](https://img.shields.io/pypi/pyversions/explainax.svg) ![CI
6+
status](https://github.com/BirkhoffG/explainax/actions/workflows/test.yaml/badge.svg)
7+
![Docs](https://github.com/BirkhoffG/explainax/actions/workflows/deploy.yaml/badge.svg)
8+
![pypi](https://img.shields.io/pypi/v/explainax.svg) ![GitHub
9+
License](https://img.shields.io/github/license/BirkhoffG/explainax.svg)
810

9-
## Install
11+
`explainax` is a JAX library for model explanation and interpretation.
12+
13+
## Quick install
14+
15+
Simply install via `pypi`:
1016

1117
``` sh
12-
pip install jax_interpret
18+
pip install explainax --upgrade
1319
```
1420

15-
## How to use
16-
17-
Fill me in please! Don’t forget code examples:
21+
Or upgrade to the latest version of `explainax`:
1822

19-
``` python
20-
1+1
23+
``` sh
24+
pip install git+https://github.com/BirkhoffG/explainax.git --upgrade
2125
```
22-
23-
2

nbs/index.ipynb

Lines changed: 24 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -9,79 +9,49 @@
99
"#| hide"
1010
]
1111
},
12-
{
13-
"cell_type": "markdown",
14-
"metadata": {},
15-
"source": [
16-
"# jax-interpret\n",
17-
"\n",
18-
"> "
19-
]
20-
},
2112
{
2213
"attachments": {},
2314
"cell_type": "markdown",
2415
"metadata": {},
2516
"source": [
26-
"Interpret black-box models in jax."
17+
"# Explainax: An Explainable AI Library for JAX\n"
2718
]
2819
},
2920
{
21+
"attachments": {},
3022
"cell_type": "markdown",
3123
"metadata": {},
3224
"source": [
33-
"## Install"
25+
"\n",
26+
"![Python](https://img.shields.io/pypi/pyversions/explainax.svg) ![CI\n",
27+
"status](https://github.com/BirkhoffG/explainax/actions/workflows/test.yaml/badge.svg)\n",
28+
"![Docs](https://github.com/BirkhoffG/explainax/actions/workflows/deploy.yaml/badge.svg)\n",
29+
"![pypi](https://img.shields.io/pypi/v/explainax.svg) \n",
30+
"![GitHub License](https://img.shields.io/github/license/BirkhoffG/explainax.svg)\n",
31+
"\n",
32+
"\n",
33+
"`explainax` is a JAX library for model explanation and interpretation."
3434
]
3535
},
3636
{
37+
"attachments": {},
3738
"cell_type": "markdown",
3839
"metadata": {},
3940
"source": [
41+
"## Quick install\n",
42+
"\n",
43+
"Simply install via `pypi`:\n",
44+
"\n",
4045
"```sh\n",
41-
"pip install jax_interpret\n",
42-
"```"
43-
]
44-
},
45-
{
46-
"cell_type": "markdown",
47-
"metadata": {},
48-
"source": [
49-
"## How to use"
50-
]
51-
},
52-
{
53-
"cell_type": "markdown",
54-
"metadata": {},
55-
"source": [
56-
"Fill me in please! Don't forget code examples:"
57-
]
58-
},
59-
{
60-
"cell_type": "code",
61-
"execution_count": null,
62-
"metadata": {},
63-
"outputs": [
64-
{
65-
"data": {
66-
"text/plain": [
67-
"2"
68-
]
69-
},
70-
"execution_count": null,
71-
"metadata": {},
72-
"output_type": "execute_result"
73-
}
74-
],
75-
"source": [
76-
"1+1"
46+
"pip install explainax --upgrade\n",
47+
"```\n",
48+
"\n",
49+
"Or upgrade to the latest version of `explainax`:\n",
50+
"\n",
51+
"```sh\n",
52+
"pip install git+https://github.com/BirkhoffG/explainax.git --upgrade\n",
53+
"```\n"
7754
]
78-
},
79-
{
80-
"cell_type": "code",
81-
"execution_count": null,
82-
"metadata": {},
83-
"outputs": [],
84-
"source": []
8555
}
8656
],
8757
"metadata": {

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples.
44

55
### Python library ###
6-
repo = jax-explainax
6+
repo = explainax
77
lib_name = %(repo)s
88
version = 0.0.1
99
min_python = 3.7

0 commit comments

Comments
 (0)