You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/getting_started/index.md
+16-5
Original file line number
Diff line number
Diff line change
@@ -6,25 +6,23 @@ It addresses the following challenges in AI testing:
6
6
7
7
- Edge cases in AI are **domain-specific** and often seemingly **infinite**.
8
8
- The AI development process is an experimental, **trial-and-error** process where quality KPIs are multi-dimensional.
9
-
- Generative AI introduces new **security vulnerabilities** which requires constant vigilance and adversarial red-teaming.
10
-
- AI compliance with new regulations necessitate that data scientists write **extensive documentation**.
9
+
- Generative AI introduces new **security vulnerabilities** which requires constant vigilance and continuous red-teaming.
11
10
12
11
Giskard provides a platform for testing all AI models, from tabular ML to LLMs. This enables AI teams to:
13
12
14
13
1.**Reduce AI risks** by enhancing the test coverage on quality & security dimensions.
15
14
2.**Save time** by automating testing, evaluation and debugging processes.
16
-
3.**Automate compliance** with the EU AI Act and upcoming AI regulations & standards.
17
15
18
16
## Giskard Library (open-source)
19
17
20
-
An **open-source** library to scan your AI models for vulnerabilities and generate test suites automatically to aid in the Quality & Security evaluation process of ML models and LLMs.
18
+
An **open-source** library to detect hallucinations and security issues to turn them into test suites that you can automatically execute.
21
19
22
20
Testing Machine Learning applications can be tedious. Since AI models depend on data, quality testing scenarios depend on
23
21
**domain specificities** and are often **infinite**. Besides, detecting security vulnerabilities on LLM applications requires specialized knowledge that most AI teams don't possess.
24
22
25
23
To help you solve these challenges, Giskard library helps to:
26
24
27
-
-**Scan your model to find hidden vulnerabilities automatically**: The `giskard`scan automatically detects vulnerabilities
25
+
-**Detect hallucinations and security issues automatically**: The `giskard`RAGET and SCAN automatically identify vulnerabilities
28
26
such as performance bias, hallucination, prompt injection, data leakage, spurious correlation, overconfidence, etc.
0 commit comments