Skip to content

Commit d40df93

Browse files
authored
Update README.md
1 parent 879c2b7 commit d40df93

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
[![Supported Python versions](https://img.shields.io/badge/python-3.6%20|%203.7|%203.8-brightgreen.svg)](https://pypi.org/project/explainx/)
88
[![Downloads](https://pepy.tech/badge/explainx)](https://pepy.tech/project/explainx)
99
![Maintenance](https://img.shields.io/maintenance/yes/2020?style=flat-square)
10-
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fwww.explainx.ai%2F)](https://www.explainx.ai/)
10+
[![Website](https://img.shields.io/website?)]()
1111

1212

13-
Use explainX to understand overall model behavior, explain the "why" behind model predictions, remove biases and create convincing explanations for your business stakeholders. [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Explain%20any%20black-box%20Machine%20Learning%20model%20in%20just%20one%20line%20of%20code%21&url=https://www.explainx.ai&hashtags=xai,explainable_ai,explainable_machine_learning,trust_in_ai,transparent_ai)
13+
Use explainX to understand overall model behavior, explain the "why" behind model predictions, remove biases and create convincing explanations for your business stakeholders. [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Explain%20any%20black-box%20Machine%20Learning%20model%20in%20just%20one%20line%20of%20code%21&hashtags=xai,explainable_ai,explainable_machine_learning,trust_in_ai,transparent_ai)
1414

15-
<img width="1000" src="rf_starter_example.png" alt="explainX.ai">
15+
<img width="1000" src="rf_starter_example.png" alt="explainX AI explainable AI library">
1616

1717

1818
#### Why we need model explainability & interpretibility?
@@ -49,7 +49,6 @@ To download on Windows, please install [Microsoft C++ Build Tools](https://visua
4949

5050
## Installation on the cloud
5151
If you are using a notebook instance on the cloud (AWS SageMaker, Colab, Azure), please follow our step-by-step guide to install & run explainX cloud.
52-
[Cloud Installation Instructions](https://docs.explainx.ai/getting-started/installation)
5352

5453

5554
## Usage (Example)
@@ -177,13 +176,9 @@ explainx_modules.cohort_analysis()
177176
To access the modules within your jupyter notebook as IFrames, just pass the <b>mode='inline'</b> argument.
178177

179178

180-
<b>For detailed description into each module, check out our documentation at https://www.docs.explainx.ai</b>
181-
182-
183179
## Cloud Installation
184180

185181
**If you are running explainX on the cloud e.g., AWS Sagemaker?** **https://0.0.0.0:8080** will not work.
186-
Please visit our documentation for installation instructions for the cloud: [Cloud Installation Instructions](https://docs.explainx.ai/getting-started/installation)
187182

188183
After installation is complete, just open your **terminal** and run the following command.
189184
```jupyter
@@ -197,7 +192,7 @@ lt -h "https://serverless.social" -p 8080
197192
198193
```
199194

200-
<img width="1000" src="demo-explainx-with-sound.gif" alt="explainX.ai">
195+
<img width="1000" src="demo-explainx-with-sound.gif" alt="explainX ai explainable ai">
201196

202197

203198

0 commit comments

Comments
 (0)