Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ You can then **upload the test suite** created using the `giskard` Python librar
test_suite.upload(client, "my_project")
```

> **The Giskard server is installed on your infrastructure.**
>
> Giskard as a company does not have access to your datasets and models, so you can keep everything private.

# ❓ Where can I get more help?


Expand Down
8 changes: 8 additions & 0 deletions docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@ At Giskard, we believe that Machine Learning needs its own testing framework. Cr
<br>

![](/_static/catalog_example.png)

<br>

:::{info}
**The Giskard server is installed on your infrastructure.**

Giskard as a company does not have access to your datasets and models, so you can keep everything private.
:::
21 changes: 21 additions & 0 deletions docs/getting-started/quickstart.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "990eccb8",
"metadata": {},
Expand All @@ -15,6 +16,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "40f23d1a",
"metadata": {},
Expand Down Expand Up @@ -62,6 +64,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"collapsed": false
Expand Down Expand Up @@ -3167,6 +3170,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "0667bdc9",
"metadata": {},
Expand All @@ -3190,6 +3194,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "882f4638",
"metadata": {},
Expand All @@ -3198,6 +3203,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "502a0767",
"metadata": {},
Expand Down Expand Up @@ -3228,6 +3234,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "cf824254",
"metadata": {},
Expand Down Expand Up @@ -3269,6 +3276,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"collapsed": false
Expand All @@ -3288,6 +3296,19 @@
"Read the flowing [instructions](https://docs.giskard.ai/en/latest/cli/ngrok/index.html) in order to get the `ngrok_API_token`. This will provide you with the code snippets that you can copy and paste into your Colab notebook to establish a connection with your locally installed Giskard server\n",
"</div>"
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "e509f755",
"metadata": {},
"source": [
"<div class=\"alert alert-info\">\n",
"The Giskard server is installed on your infrastructure\n",
"\n",
"Giskard as a company does not have access to your datasets and models, so you can keep everything private.\n",
"</div>"
]
}
],
"metadata": {
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/installation_app/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
🌐 Run the Giskard Server
🌐 Run the Giskard Server (on-premise)
===============

Complementing the `Giskard Python library <../installation_library/index.md>`_, the Giskard server is the app that you can install either **locally**, on your **cloud instance** or on `Hugging Face Spaces <install_hfs/index.md>`_. The Giskard server offers a bunch of features such as:
Expand Down
4 changes: 3 additions & 1 deletion docs/guides/upload/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# ⬆️ Upload an object to the Giskard server
# ⬆️ Log datasets & models in the Giskard server

You can easily upload to the Giskard server objects, such as **model**, **dataset**, **slicing & transformation functions** and **test suite**.

The Giskard server is installed on your infrastructure. Giskard as a company does not have access to your datasets and models, so you can keep everything private.

Uploading objects to the Giskard server will help you:

* **Debug** your model by inspecting the rows that make your test fail
Expand Down