Skip to content

2023 CalHacks 10.0 | PredictAPulseAI | AI-backed health predictor to help you choose the most personalized insurance plan for you

Notifications You must be signed in to change notification settings

drkchn/PredictAPulseAI

 
 

Repository files navigation

PredictAPulseAI

Personalized AI health outcome predictor and insurance selection guide

Deployed Website: https://predict-a-pulse-ai-rofr.vercel.app/

PredictAPulseAI

Inspiration

The American Healthcare system is expensive and complicated. Everyone wants the best, most cost-effective insurance plan, but choosing one can feel like a daunting task. We were motivated to build a product that could deal with large benefits summaries containing opaque language and support our users' unique medical needs, all the while maintaining a high level of user personalization.

What it does

PredictAPulseAI provides users with a health questionnaire, where the answers serve as input for an ML model for heart attack risk classification. Our ML model was trained using a dataset that has features for causes of heart attacks and predicts future heart attacks. Afterward, users upload summary benefits of insurance policies to PredictAPulseAI, and it combines all of this data to find the most cost-effective insurance policy given your risk for heart attacks.

How we built it

Frontend: JS, React, Next.js, TypeScript, HTML/CSS, Material UI
Backend: Python, Flask, MindsDB.api, Tesseract OCR, Open AI GPT (3.5)
Database: SQL, CockroachDB
Classification Model: Heart Attack Kaggle Dataset, MindsDB

Challenges we ran into

Some of the challenges we ran into were dealing with the limitations of Intel Cloud, specifically its inability to connect to Cockroach DB and port-forward for our custom backend API.

Accomplishments that we're proud of

Successful implementations of functions. Replaced cookie usage. Bridged front-end to back-end, API integration, and database implementation.

What we learned

Insurance comparisons and how it helps users based on their current health conditions. We expanded our knowledge of SQL with CockroachDB, ML prediction models with MindsDB, and Flask web server with our custom-written API endpoint.

What's next for PredictAPulseAI

This project is not limited to predicting heart attacks and reducing the cost of treatment for our users. Other leading causes of death, such as cancer, can be effectively predicted to do the same pipeline. Most importantly, our project would save lives.
We plan to adapt our project to an intuitive mobile application to increase accessibility. We also plan to effectively market our idea and utilize sponsorships from insurance companies to gain funding.

About

2023 CalHacks 10.0 | PredictAPulseAI | AI-backed health predictor to help you choose the most personalized insurance plan for you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.3%
  • Python 41.8%
  • CSS 1.5%
  • JavaScript 0.4%