Skip to content

Commit 86a8a59

Browse files
Merge pull request #1794 from Giskard-AI/feature/gsk-2760-broken-images-on-a-pypi-page
[GSK-2760] Fix README images display in PyPI
2 parents da3f47f + 4767d61 commit 86a8a59

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
2-
<img alt="giskardlogo" src="readme/giskard_logo.png#gh-light-mode-only">
3-
<img alt="giskardlogo" src="readme/giskard_logo_green.png#gh-dark-mode-only">
2+
<img alt="giskardlogo" src="https://raw.githubusercontent.com/giskard-ai/giskard/main/readme/giskard_logo.png#gh-light-mode-only">
3+
<img alt="giskardlogo" src="https://raw.githubusercontent.com/giskard-ai/giskard/main/readme/giskard_logo_green.png#gh-dark-mode-only">
44
</p>
55
<h1 align="center" weight='300' >The testing framework dedicated to ML models, from tabular to LLMs</h1>
66
<h3 align="center" weight='300' >Scan AI models to detect risks of biases, performance issues and errors. In 4 lines of code. </h3>
@@ -36,28 +36,28 @@ We officially support Python 3.9, 3.10 and 3.11.
3636
______________________________________________________________________
3737

3838
<p align="center">
39-
<img src="readme/architechture_giskard.png" alt="Giskard Architechture" width="800">
39+
<img src="https://raw.githubusercontent.com/giskard-ai/giskard/main/readme/architechture_giskard.png" alt="Giskard Architechture" width="800">
4040
</p>
4141

4242
Giskard is a Python library that automatically **detects vulnerabilities** in AI models, from tabular models to LLM, including performance biases, data leakage, spurious correlation, hallucination, toxicity, security issues and many more.
4343

4444
It's a powerful tool that helps data scientists **save time and effort** drilling down on model issues, and produce more **reliable and trustworthy models**.
4545

4646
<p align="center">
47-
<img src="readme/scan_example.gif" alt="Scan Example" width="800">
47+
<img src="https://raw.githubusercontent.com/giskard-ai/giskard/main/readme/scan_example.gif" alt="Scan Example" width="800">
4848
</p>
4949

5050
Instantaneously generate test suites for your models ⤵️
5151

5252
<p align="center">
53-
<img src="readme/suite_example.png" alt="Test Suite Example" width="800">
53+
<img src="https://raw.githubusercontent.com/giskard-ai/giskard/main/readme/suite_example.png" alt="Test Suite Example" width="800">
5454
</p>
5555

5656

5757
Giskard works with any model, in any environment and integrates seamlessly with your favorite tools ⤵️ <br/>
5858

5959
<p align="center">
60-
<img width='600' src="readme/tools.png">
60+
<img width='600' src="https://raw.githubusercontent.com/giskard-ai/giskard/main/readme/tools.png">
6161
</p>
6262
<br/>
6363

@@ -143,7 +143,7 @@ The Giskard hub is Giskard's premium offering. It provides a number of additiona
143143
If you are interested in learning more about Giskard's premium offering, please [contact us](https://www.giskard.ai/contact).
144144

145145
<p align="center">
146-
<img src="readme/catalog_example.png" alt="Scan Example" width="700px">
146+
<img src="https://raw.githubusercontent.com/giskard-ai/giskard/main/readme/catalog_example.png" alt="Scan Example" width="700px">
147147
</p>
148148

149149
## 1. Start the Giskard hub

0 commit comments

Comments
 (0)