Skip to content

Commit 47015a5

Browse files
committed
chore: add AI details to NHA AI proiject
1 parent 980cc92 commit 47015a5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/views/Projects.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const ongoingProjects = ref([
5151
{
5252
title: 'Nurtured Heart AI',
5353
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'],
54+
technologies: ['Vue.js', 'Python', 'FastAPI', 'Ollama', 'PrimeVue', 'Vite', 'Google Gemini', 'Docker'],
5555
skillsLeveraged: [
5656
'Full-Stack Development',
5757
'Local LLM Integration',
@@ -61,7 +61,10 @@ const ongoingProjects = ref([
6161
'AI/ML Application Architecture',
6262
'Prompt Engineering',
6363
'Docker Containerization',
64-
'Responsive UI Design'
64+
'Responsive UI Design',
65+
'Google Gemini API Integration',
66+
'Cypress End-to-End Testing',
67+
'CI/CD Pipeline using GitHub Actions',
6568
],
6669
status: 'In Development',
6770
github: 'https://github.com/jakekohl/nurtured-heart-ai',

0 commit comments

Comments
 (0)