Skip to content

Commit d26a542

Browse files
cursoragentjakekohl
andcommitted
Add Nurtured Heart AI project to Projects view
Co-authored-by: jacob.jp.kohl <[email protected]>
1 parent 1516101 commit d26a542

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

src/views/Projects.vue

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,32 @@ const ongoingProjects = ref([
4848
dataTest: 'project-calculator',
4949
images: [],
5050
},
51+
{
52+
title: 'Nurtured Heart AI',
53+
description: 'An innovative AI-powered application leveraging Large Language Models (LLM) to provide supportive guidance and interactions based on the Nurtured Heart Approach principles.',
54+
technologies: ['Python', 'OpenAI API', 'LangChain', 'Streamlit', 'Natural Language Processing', 'Machine Learning'],
55+
skillsLeveraged: [
56+
'AI/ML Development',
57+
'Large Language Model Integration',
58+
'Natural Language Processing',
59+
'API Integration',
60+
'Prompt Engineering',
61+
'AI Application Architecture',
62+
'Python Programming',
63+
'User Experience Design'
64+
],
65+
status: 'In Development',
66+
github: 'https://github.com/jakekohl/nurtured-heart-ai',
67+
features: [
68+
'LLM-powered conversational interface',
69+
'Nurtured Heart Approach methodology integration',
70+
'Real-time AI response generation',
71+
'Customizable interaction parameters',
72+
'User-friendly web interface',
73+
],
74+
dataTest: 'project-nurtured-heart-ai',
75+
images: [],
76+
},
5177
]);
5278
5379
// Completed projects

0 commit comments

Comments
 (0)