Skip to content

Commit 140042c

Browse files
committed
added wk4 demo
1 parent f62043e commit 140042c

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

index.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,34 @@ <h2 class="card-title">A3: Personalised Agent</h2>
142142
</div>
143143
</div>
144144
</article>
145+
<!-- Card 4: Week 4 Demo -->
146+
<article class="card">
147+
<div style="text-align: left;">
148+
<h2 class="card-title">Week 4 LLaVA Demo</h2>
149+
<p class="card-desc">
150+
An interactive web demo that showcases LLaVA (Large Language and Vision Assistant) — a
151+
multimodal large language model that can understand both images and natural language
152+
instructions. The model runs locally via Ollama, so no API keys or cloud services are
153+
required.
154+
</p>
155+
<div class="button-group">
156+
<a href="https://github.com/INFS4205-7205/LangGraph_Agent_Demo" class="btn btn-outline"
157+
target="_blank" rel="noopener noreferrer">
158+
<span style="margin-right: 0.5rem;">
159+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"
160+
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
161+
stroke-linejoin="round">
162+
<path
163+
d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4">
164+
</path>
165+
<path d="M9 18c-4.51 2-5-2-7-2"></path>
166+
</svg>
167+
</span>
168+
View Code
169+
</a>
170+
</div>
171+
</div>
172+
</article>
145173
</div>
146174

147175
<!-- Team Section -->

0 commit comments

Comments
 (0)