Skip to content

Commit

Permalink
Update TrustyAI in architecture map
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira authored and Gkrumbach07 committed Oct 23, 2023
1 parent 0ce538b commit 7813d23
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/pages/home/ArchitectureMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import kserve_logo from "../../../content/assets/img/logos/kserve-logo.png"
import openshift_logo from "../../../content/assets/img/logos/openshift-logo.svg"
import kubernetes_logo from "../../../content/assets/img/logos/kubernetes-logo.png"
import intel_logo from "../../../content/assets/img/logos/intel-logo.png"
import trustyai_logo from "../../../content/assets/img/logos/trustyai-logo.svg"

type ArchitectureComponentProps = {
title?: string;
Expand Down Expand Up @@ -133,8 +134,9 @@ const architectureComponents: { [key: string]: ProjectCardProps[] } = {
},
{
title: "TrustyAI",
body: "responsible for storing model inference data and providing fairness metrics.",
link: "https://kogito.kie.org/trustyai/"
body: "TrustyAI is an open source AI Explainability (XAI) toolkit responsible for storing model inference data and providing fairness metrics.",
link: "https://github.com/trustyai-explainability",
icon: trustyai_logo
},
{
title: "OpenVINO",
Expand Down
37 changes: 37 additions & 0 deletions src/content/assets/img/logos/trustyai-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7813d23

Please sign in to comment.