From 1e98190b0cd90d0bfc2a016040427271993c9c16 Mon Sep 17 00:00:00 2001 From: Hang Yin Date: Fri, 15 Aug 2025 20:18:17 +0000 Subject: [PATCH] Add Confidential AI section with privacy-preserving solutions - dstack: Open-source framework for confidential AI deployment - Phala Cloud: Serverless confidential AI platform - redpill: Confidential AI model API platform All solutions provide hardware-enforced privacy for AI workloads. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7a2b8f1..cc1c28b 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,12 @@ Go to the [Text To Speech](#text-to-speech) section. - [Stable Diffusion](https://github.com/Stability-AI/stablediffusion) - High-Resolution Image Synthesis with Latent Diffusion Models. - [Stable Diffusion Web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) - A browser interface for Stable Diffusion. +#### Confidential AI + +- [dstack](https://github.com/Dstack-TEE/dstack) - Open-source framework for deploying AI models with hardware-enforced privacy using confidential computing. Protects AI workloads and data during processing with Intel TDX and NVIDIA Confidential Computing technologies. +- [Phala Cloud](https://cloud.phala.network) - Serverless confidential AI deployment platform built on dstack. Deploy AI models with hardware-enforced privacy and familiar Docker Compose workflow. +- [redpill](https://redpill.ai) - Confidential AI model API platform providing privacy-preserving access to large language models through confidential computing environments. + [Back to top 🔝](#contents) ## Bookmarking