Introduction

Access to affordable care is becoming scarce in this day and age. I created a simple, yet effective method of using artificial intelligence to assist users who are struggling physically and mentally.

Inspiration

My main motivation for this project was the political state of our country right now. With threats of healthcare cuts for many Americans, I felt it was appropriate to create this program.

What it does

The program starts the user on a landing page where they can decide if they need physical or mental help. Upon choosing the somatic help option, users are prompted to list their symptom. The AI will then provide potential diagnosis' and potential treatments for the user. When the user chooses the mental chat assistant, they can communicate with artificial intelligence that can provide resources for a struggling user.

How we built it

The main API used was Google's Gemini 1.5 Pro. I created a website using react and added some effects using css. Using Gemini allowed me to create 2 chat bot prompts which acted as a symptom checker, and the other a chat bot. Originally, I was going to use OpenAI's API but I wasn't able to get it working properly.

Challenges we ran into

I struggled to get chat history working for the mental chat bot since it was orignally designed to create a chat per response. I was able to get a chat history working so that it worked on one chat only, allowing for the AI to remember user inputs of the same chat.

Accomplishments that we're proud of

This is my first hackathon so to make something feasible made me proud of myself to some degree.

What we learned

I learned how to create a website with AI integrated into it using API

What's next for Artificial Wellness Hub

Maybe I can create a real website allowing for real users to use this application for little to no cost.

Share this project:

Updates