Skip to content

Commit 41e596a

Browse files
committed
feature: added project
1 parent 1516101 commit 41e596a

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

src/views/Projects.vue

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,35 @@ const ongoingProjects = ref([
4848
dataTest: 'project-calculator',
4949
images: [],
5050
},
51+
{
52+
title: 'Nurtured Heart AI',
53+
description: 'A web service that generates heartfelt, meaningful compliments using the Nurtured Heart Approach. Features local LLM processing with Ollama and a beautiful Vue.js frontend.',
54+
technologies: ['Vue.js', 'Python', 'FastAPI', 'Ollama', 'PrimeVue', 'Vite', 'Llama 3.2', 'Docker'],
55+
skillsLeveraged: [
56+
'Full-Stack Development',
57+
'Local LLM Integration',
58+
'API Design & Development',
59+
'Vue.js Development',
60+
'Python Backend Development',
61+
'AI/ML Application Architecture',
62+
'Prompt Engineering',
63+
'Docker Containerization',
64+
'Responsive UI Design'
65+
],
66+
status: 'In Development',
67+
github: 'https://github.com/jakekohl/nurtured-heart-ai',
68+
demo: 'https://nurtured-heart-ai.vercel.app',
69+
features: [
70+
'Local LLM-powered compliment generation with Ollama',
71+
'Nurtured Heart Approach methodology integration',
72+
'FastAPI backend with real-time processing',
73+
'Beautiful Vue.js + PrimeVue frontend',
74+
'Personalized compliments with context and tone options',
75+
'Containerized deployment with Docker',
76+
],
77+
dataTest: 'project-nurtured-heart-ai',
78+
images: [],
79+
},
5180
]);
5281
5382
// Completed projects

0 commit comments

Comments
 (0)