diff --git a/README.md b/README.md index 63160a7..3f0a60b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # CERTifAI +[![CI](https://gitea.meghsakha.com/sharang/certifai/actions/workflows/ci.yml/badge.svg?branch=main)](https://gitea.meghsakha.com/sharang/certifai/actions?workflow=ci.yml) +[![Rust](https://img.shields.io/badge/Rust-1.89-orange?logo=rust&logoColor=white)](https://www.rust-lang.org/) +[![Dioxus](https://img.shields.io/badge/Dioxus-0.7-blue?logo=webassembly&logoColor=white)](https://dioxuslabs.com/) +[![License](https://img.shields.io/badge/License-Proprietary-red)](LICENSE) +[![GDPR](https://img.shields.io/badge/GDPR-Compliant-green)](https://gdpr.eu/) + This project is a SaaS application dashboard for administation of self-hosted private GenAI (generative AI) toolbox for companies and individuals. The purpose of the dashboard is to manage LLMs, Agents, MCP Servers and other GenAI related features. The purpose of `CERTifAI`is to provide self-hosted or GDPR-Conform GenAI infrastructure to companies who do not wish to subscribe to non-EU cloud providers to protect their intellectual property from being used as training data. @@ -19,9 +25,6 @@ The SaaS application dashboard is the landing page for the company admin to view This project is written in dioxus with fullstack and router features. MongoDB is used as a database for maintaining user state. Keycloak is used as identity provider for user management. - ## Features management - - All features are detailed and described under the features folder in clear markdown instructions which are valid for both human and AI code developers. ## Code structure The following folder structure is maintained for separation of concerns: