alexcombessie commited on
Commit
eb61e75
Β·
verified Β·
1 Parent(s): 9b9625e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -7
README.md CHANGED
@@ -1,13 +1,27 @@
1
  ---
2
  title: README
3
- emoji: πŸƒ
4
- colorFrom: yellow
5
- colorTo: yellow
6
  sdk: static
7
- pinned: false
8
  ---
9
 
10
- # Giskard: The testing framework dedicated to ML models πŸ’πŸ•ŠοΈ
 
11
 
12
- We are building the first collaborative & open-source Quality Assurance platform for all AI models, from tabular to LLMs.
13
- We help ML researchers & engineers increase the safety of their AI development workflow, eliminate risks of AI biases and ensure robust, reliable & ethical AI models.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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!