Loading repository dataβ¦
Loading repository dataβ¦
AdityaPrabhatGupta / repository
π Hackathon-winning AI healthcare platform built by Team RIT Roorkee. Features disease prediction (TensorFlow), AI chatbot (Llama 3.3), BMI tracker, yoga guide & rewards system. Full-stack: HTML/CSS/JS + Flask backend. Further developed & enhanced by Aditya Prabhat Gupta @2026. π₯π
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Health Monitor AI is an AI-assisted healthcare web application that combines a Flask backend with an interactive multi-page frontend to provide:
Originally developed as an academic healthcare platform, the project was upgraded in March 2026 with improved UI, wellness modules, and an enhanced AI chatbot experience.
Users can enter symptoms and receive disease predictions generated from a trained TensorFlow/Keras model.
.keras modelAn AI-powered healthcare chatbot integrated using the Groq API.
Interactive BMI calculator with personalized wellness suggestions.
Wellness section with beginner-friendly exercises.
Interactive quiz module with:
Gamified reward interface where users can simulate redeeming wellness rewards.
Displays healthy Indian and continental food suggestions.
Simple login flow with:
Health-Care/
β
βββ app.py
βββ requirements.txt
βββ runtime.txt
βββ Procfile
βββ disease_symptoms.csv
βββ disease_prediction_model.keras
βββ .env
β
βββ Health-care-main/
βββ Home.html
βββ App.html
βββ Chatbot.html
βββ Monitor.html
βββ Login.html
βββ Feature.html
βββ Food.html
βββ Yoga.html
βββ Quiz.html
βββ Reward.html
βββ Contact.html
βββ About.html
βββ App.css
βββ App.js
βββ Auth.js
βββ Images/
/loginHandles frontend login interaction.
{
"username": "user",
"password": "password"
}
/predictPredicts disease from symptoms.
{
"symptoms": ["fever", "cough"]
}
/chatProcesses chatbot conversation history and returns AI-generated health guidance.
disease_symptoms.csvMultiLabelBinarizer/chatApp.cssgit clone <repository-url>
python -m venv venv
venv\Scripts\activate
source venv/bin/activate
pip install -r requirements.txt
.env FileGROQ_API_KEY=your_groq_api_key_here
python app.py
Server runs at:
http://localhost:7860
The frontend currently points to hosted Hugging Face endpoints.
To use local Flask APIs, update fetch URLs inside:
Health-care-main/App.htmlHealth-care-main/Chatbot.htmlHealth-care-main/Login.htmlReplace hosted URLs with:
http://localhost:7860
Aditya Prabhat Gupta , Ayush Singh , Bipin Singh , Aditya Singh B.Tech CSE (AI & ML) β RIT Roorkee
This project is for academic and educational purposes only. It is not a substitute for professional medical advice, diagnosis, or treatment.