A unified health diagnostic platform that integrates four powerful machine learning models—Detect Sepsis, Diabetes, Stress, and Brain Tumor—all in one place. Medi-Sense aims to assist users in understanding potential health risks through AI-driven predictions.
├── client/
├── server/
├── server_python/
└── README.md
- ✅ Brain Tumor Detection via MRI Images (CNN)
- ✅ Stress Level Detection using Mental Health Questionnaire
- ✅ Diabetes Risk Prediction using Health Data
- ✅ Sepsis Prediction using Clinical Measurements
- 🧩 Easy-to-use unified interface
- 🌐 Fully responsive web application
- 🔗 Node.js + Flask hybrid backend
- React.js
- Tailwind CSS
- Axios for API calls
- Node.js
- Express.js
- JWT Auth (if implemented)
- MongoDB
- Python 3.x
- Flask
- Scikit-learn / TensorFlow
- Trained models serialized with
joblib
orpickle
git clone https://github.com/yourusername/medi-sense.git
cd medi-sense
cd client
npm install
cd client
npm install
Download models from below link and place them in
/PKL/
folder https://drive.google.com/drive/folders/1TDX3nRaRHqU9FS4byL-J79DBQxgwv_US?usp=drive_link
> pip install requirement.txt
> cd client
> npm run dev
> cd server
> npm test
> cd server_python
> python app.py
Jay
Krish
Nisheet