Nicolai-Rhesis-AI commited on
Commit
daa3803
·
verified ·
1 Parent(s): b770c74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -1,9 +1,13 @@
 
 
1
  <p align="center">
2
- <img src="https://cdn.prod.website-files.com/66f422128b6d0f3351ce41e3/66fd07dc0b6994070ec5b54b_Logo%20Rhesis%20Orange-p-500.png" alt="Rhesis Logo" width="300"/>
3
  </p>
4
 
5
-
6
  <p align="center">
 
 
 
7
  <a href="https://pypi.org/project/rhesis-sdk/">
8
  <img src="https://img.shields.io/pypi/v/rhesis-sdk" alt="PyPI Version" style="display:inline-block;">
9
  </a>
@@ -16,19 +20,14 @@
16
  <a href="https://www.linkedin.com/company/rhesis-ai">
17
  <img src="https://img.shields.io/badge/LinkedIn-Rhesis_AI-blue?logo=linkedin" alt="LinkedIn" style="display:inline-block;">
18
  </a>
19
- <a href="https://huggingface.co/rhesis">
20
- <img src="https://img.shields.io/badge/🤗-Rhesis-yellow" alt="Hugging Face" style="display:inline-block;">
21
- </a>
22
  <a href="https://docs.rhesis.ai">
23
  <img src="https://img.shields.io/badge/docs-rhesis.ai-blue" alt="Documentation" style="display:inline-block;">
24
  </a>
25
  </p>
26
 
 
27
 
28
- > Open-source test generation SDK for LLM applications.
29
-
30
-
31
- Rhesis AI provides curated and dynamically generated test sets to evaluate LLM applications under diverse conditions. These datasets help assess robustness, reliability, and compliance in real-world scenarios.
32
 
33
  ### Using our datasets
34
 
 
1
+ # Rhesis: Open-Source Gen AI Testing 🦫
2
+
3
  <p align="center">
4
+ <img src="https://cdn.prod.website-files.com/68c3e3b148a4fd9bcf76eb6a/68c95daec03defb40e24fca4_Rhesis%20AI_Logo_RGB_Website%20logo-p-500.png" alt="Rhesis Logo" width="200"/>
5
  </p>
6
 
 
7
  <p align="center">
8
+ <a href="https://github.com/rhesis-ai/rhesis/blob/main/LICENSE">
9
+ <img src="https://img.shields.io/badge/license-MIT%20%2B%20Commercial-blue" alt="License" style="display:inline-block;">
10
+ </a>
11
  <a href="https://pypi.org/project/rhesis-sdk/">
12
  <img src="https://img.shields.io/pypi/v/rhesis-sdk" alt="PyPI Version" style="display:inline-block;">
13
  </a>
 
20
  <a href="https://www.linkedin.com/company/rhesis-ai">
21
  <img src="https://img.shields.io/badge/LinkedIn-Rhesis_AI-blue?logo=linkedin" alt="LinkedIn" style="display:inline-block;">
22
  </a>
 
 
 
23
  <a href="https://docs.rhesis.ai">
24
  <img src="https://img.shields.io/badge/docs-rhesis.ai-blue" alt="Documentation" style="display:inline-block;">
25
  </a>
26
  </p>
27
 
28
+ > Your team defines expectations, Rhesis generates and executes thousands of test scenarios. So that you know what you ship.
29
 
30
+ Open-source Gen AI testing platform. Collaborative test management that turns domain expertise into comprehensive automated testing. These datasets help teams assess Gen AI application robustness, reliability, and compliance across real-world scenarios.
 
 
 
31
 
32
  ### Using our datasets
33