Skip to content

Commit 674f670

Browse files
authored
feat: update use cases with new AI applications (#52)
1 parent 49c02bd commit 674f670

File tree

5 files changed

+36
-3
lines changed

5 files changed

+36
-3
lines changed

src/assets/use-cases/elizaos.png

415 KB
Loading
2.56 MB
Loading

src/assets/use-cases/mpc-server.jpg

1.48 MB
Loading
1.66 MB
Loading

src/get-started/use-cases.md

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,42 @@ technologies.
3636

3737
<UseCaseCard
3838
title="AI Agent"
39-
description="Showcase of artificial intelligence applications running on iExec's confidential computing infrastructure. Experience privacy-preserving AI inference, machine learning model execution, and secure data analysis with TEE protection."
39+
description="Execute ElizaOS AI agents with full confidentiality in iExec TDX Trusted Execution Environments (TEEs)"
4040
:imageUrl="elizaosImage"
4141
imageAlt="AI Applications Demo Screenshot"
42-
:features="['AI', 'TEE', 'Confidential Computing']"
42+
:features="['AI Agents', 'TDX TEE', 'Confidential Computing']"
4343
githubUrl="https://github.com/iExecBlockchainComputing/iexec-elizaos-agent"
44-
demoIcon="mdi:brain"
44+
demoIcon="mdi:robot"
45+
/>
46+
47+
<UseCaseCard
48+
title="MCP Server"
49+
description="A Model Context Protocol (MCP) compatible server to interact with the iExec protocol — built for Claude, agents, and AI tooling"
50+
:imageUrl="mpcServer"
51+
imageAlt="AI Applications Demo Screenshot"
52+
:features="['MCP Protocol', 'AI Integration', 'Claude Support']"
53+
githubUrl="https://github.com/iExecBlockchainComputing/iexec-mcp-server"
54+
demoIcon="mdi:server"
55+
/>
56+
57+
<UseCaseCard
58+
title="Image Caption Matcher"
59+
description="The Image-Caption Matcher Project validates how well an image matches a textual description using Artificial Intelligence (AI)"
60+
:imageUrl="imageCaptionMatcher"
61+
imageAlt="AI Applications Demo Screenshot"
62+
:features="['Image Analysis', 'Text Matching', 'AI Validation']"
63+
githubUrl="https://github.com/iExecBlockchainComputing/image-caption-matcher-poc"
64+
demoIcon="mdi:image-text"
65+
/>
66+
67+
<UseCaseCard
68+
title="Image Generator iApp"
69+
description="The Image Generator iApp is a Confidential Computing application that generates an image based on a provided text prompt. It leverages iExec's Trusted Execution Environments (TEE) and the CompVis/stable-diffusion-v1-4 model from Hugging Face for secure, private computation."
70+
:imageUrl="privateImageGenerator"
71+
imageAlt="AI Applications Demo Screenshot"
72+
:features="['Image Generation', 'Text-to-Image']"
73+
githubUrl="https://github.com/iExecBlockchainComputing/image-generation-poc"
74+
demoIcon="mdi:image-plus"
4575
/>
4676

4777
</div>
@@ -53,4 +83,7 @@ import UseCaseCard from '@/components/UseCaseCard.vue';
5383
import contentCreatorImage from '@/assets/use-cases/content-creator.png';
5484
import web3MessagingImage from '@/assets/use-cases/web3-messaging.png';
5585
import elizaosImage from '@/assets/use-cases/elizaos.png';
86+
import mpcServer from '@/assets/use-cases/mpc-server.jpg';
87+
import privateImageGenerator from '@/assets/use-cases/private-image-generator.png';
88+
import imageCaptionMatcher from '@/assets/use-cases/image-caption-matcher.png';
5689
</script>

0 commit comments

Comments
 (0)