From 41e596a2a7bee6196e9ac60668077edc3a5021c8 Mon Sep 17 00:00:00 2001 From: Jake Kohl Date: Thu, 9 Oct 2025 12:17:24 -0500 Subject: [PATCH] feature: added project --- src/views/Projects.vue | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/src/views/Projects.vue b/src/views/Projects.vue index d434aa9..977ac59 100644 --- a/src/views/Projects.vue +++ b/src/views/Projects.vue @@ -48,6 +48,35 @@ const ongoingProjects = ref([ dataTest: 'project-calculator', images: [], }, + { + title: 'Nurtured Heart AI', + 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.', + technologies: ['Vue.js', 'Python', 'FastAPI', 'Ollama', 'PrimeVue', 'Vite', 'Llama 3.2', 'Docker'], + skillsLeveraged: [ + 'Full-Stack Development', + 'Local LLM Integration', + 'API Design & Development', + 'Vue.js Development', + 'Python Backend Development', + 'AI/ML Application Architecture', + 'Prompt Engineering', + 'Docker Containerization', + 'Responsive UI Design' + ], + status: 'In Development', + github: 'https://github.com/jakekohl/nurtured-heart-ai', + demo: 'https://nurtured-heart-ai.vercel.app', + features: [ + 'Local LLM-powered compliment generation with Ollama', + 'Nurtured Heart Approach methodology integration', + 'FastAPI backend with real-time processing', + 'Beautiful Vue.js + PrimeVue frontend', + 'Personalized compliments with context and tone options', + 'Containerized deployment with Docker', + ], + dataTest: 'project-nurtured-heart-ai', + images: [], + }, ]); // Completed projects