https://github.com/rahuletto/healthalyze
Healthalyze is an AI-powered tool designed to assess your stroke risk using deep learning. With just a few inputs—such as age, blood pressure, glucose levels, and lifestyle habits our advanced CNN model provides an accurate probability of stroke occurrence.
https://github.com/rahuletto/healthalyze
ai framer-motion hackathon react stroke-prediction
Last synced: 6 months ago
JSON representation
Healthalyze is an AI-powered tool designed to assess your stroke risk using deep learning. With just a few inputs—such as age, blood pressure, glucose levels, and lifestyle habits our advanced CNN model provides an accurate probability of stroke occurrence.
- Host: GitHub
- URL: https://github.com/rahuletto/healthalyze
- Owner: Rahuletto
- License: mit
- Created: 2025-02-15T20:49:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T02:26:18.000Z (over 1 year ago)
- Last Synced: 2025-12-28T09:58:50.895Z (7 months ago)
- Topics: ai, framer-motion, hackathon, react, stroke-prediction
- Language: Jupyter Notebook
- Homepage:
- Size: 2.77 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Healthalyze
Healthalyze is an AI-powered tool designed to assess your stroke risk using deep learning. With just a few inputs—such as age, blood pressure, glucose levels, and lifestyle habits—our advanced CNN model provides an accurate probability of stroke occurrence.
## Flowchart

## Setup
1. Install requirements
```
pip install -r api/requirements.txt
```
2. Run frontend and backend
```
bun --bun run dev
```
> [!WARNING]
> Bun is required to run as this project uses `bun:sqlite` package from bun. So make sure you run with bun.
This concurrently starts FastAPI and NextJS server together, tho you need to run the saved CNN model first.
## Screenshots



## CNN Model
