Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,27 @@
|
|
1 |
---
|
2 |
title: README
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: static
|
7 |
-
pinned:
|
8 |
---
|
9 |
|
10 |
-
# Giskard: The testing
|
|
|
11 |
|
12 |
-
We are building
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: README
|
3 |
+
emoji: π’
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: green
|
6 |
sdk: static
|
7 |
+
pinned: true
|
8 |
---
|
9 |
|
10 |
+
# Giskard: The testing platform for all AI models
|
11 |
+
**Control risks of performance, bias and security issues in AI models**
|
12 |
|
13 |
+
We are building an open-source testing platform for all AI models, from tabular models to NLP and LLM applications.
|
14 |
+
|
15 |
+
## Get started π’
|
16 |
+
Install the latest version of Giskard from PyPi using pip. We support Python 3.9, 3.10 and 3.11.
|
17 |
+
```sh
|
18 |
+
pip install "giskard[llm]" -U
|
19 |
+
```
|
20 |
+
|
21 |
+
[Documentation](https://docs.giskard.ai/en/stable/getting_started/index.html)
|
22 |
+
|
23 |
+
[GitHub](https://github.com/Giskard-AI/giskard)
|
24 |
+
|
25 |
+
[Try it in Colab](https://colab.research.google.com/github/giskard-ai/giskard/blob/main/docs/getting_started/quickstart/quickstart_llm.ipynb)
|
26 |
+
|
27 |
+
Join our [Discord](https://gisk.ar/discord) community to drive the future of AI standards towards Quality, Security & Compliance!
|