Skip to content

Commit 74681df

Browse files
Move Remember Me to first project card
1 parent d43d602 commit 74681df

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/data/portfolio.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ export const portfolioData = {
4040
projects: {
4141
title: 'Projects',
4242
cards: [
43+
{
44+
id: 'remember-me',
45+
title: 'Remember Me',
46+
summary: "An assistive memory companion app for Alzheimer's patients using facial recognition and speaker-aware transcription to help recognize familiar faces and recall conversations.",
47+
image: '/images/remember-me.png',
48+
imageAlt: 'Remember Me',
49+
tags: ['React Native', 'FastAPI', 'Python', 'Supabase', 'InsightFace', 'ElevenLabs', 'Hackathon']
50+
},
4351
{
4452
id: 'route-vlm',
4553
title: 'RouteVLM: Cost-Aware Routing for Multimodal LLMs',
@@ -95,14 +103,6 @@ export const portfolioData = {
95103
image: '/images/UMDNext.png',
96104
imageAlt: 'UMD Next Project',
97105
tags: ['Figma', 'UI/UX Design', 'Prototyping', 'User Research', 'Wireframing']
98-
},
99-
{
100-
id: 'remember-me',
101-
title: 'Remember Me',
102-
summary: "An assistive memory companion app for Alzheimer's patients using facial recognition and speaker-aware transcription to help recognize familiar faces and recall conversations.",
103-
image: '/images/remember-me.png',
104-
imageAlt: 'Remember Me',
105-
tags: ['React Native', 'FastAPI', 'Python', 'Supabase', 'InsightFace', 'ElevenLabs', 'Hackathon']
106106
}
107107
],
108108
modalData: {

0 commit comments

Comments
 (0)