From 6356717e14013f586443199a68694e5d3b3de6fd Mon Sep 17 00:00:00 2001 From: samueloh99 Date: Mon, 3 Jul 2023 16:15:42 -0300 Subject: [PATCH] Change ZKML project github link --- config/projects.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/projects.ts b/config/projects.ts index b7d3a0d..35290d6 100644 --- a/config/projects.ts +++ b/config/projects.ts @@ -247,7 +247,7 @@ export const projects = [ description: "ZKML is a solution that combines the power of zero-knowledge proofs (ZKPs) and machine learning to address the privacy concerns in traditional machine learning. It provides a platform for machine learning developers to convert their TensorFlow Keras models into ZK-compatible versions, ensuring model privacy, data privacy, and transparent verification. ZKML can be used to verify if a specific machine learning model was used to generate a particular piece of content, without revealing the input or the model used. It has potential use cases in on-chain biometric authentication, private data marketplace, proprietary ML model sharing, and AIGC NFTs.", links: { - github: "https://github.com/socathie", + github: "https://github.com/socathie/circomlib-ml", }, tags: { themes: ["Anonymity/privacy", "Scaling"],