Predict, Prevent, Personalize — Chronic Disease Management with Agentic AI
VitaTrek is an AI-powered web-based chatbot system designed to monitor and predict 8 major chronic diseases through intelligent symptom conversations. It integrates Google Gemini Pro (via API), medical reasoning, and PDF reporting — all through a clean, mobile-friendly interface.
- Alzheimer’s
- Chronic Kidney Disease (CKD)
- Diabetes
- Obesity
- Depression
- Stress/Anxiety
- Heart Disease
- Hypertension
Experience the application and its specialized models:
- 🚀 Main Application: VoidEscapers App
- 🧠 Alzheimer Detection: Alzheimer Model
- 🧘 Yoga Pose Detection: Yoga Pose App
- 🧴 Skin Disease Detection: Skin Disease App
- 📋 Report Analyzer: Health Report Analyzer
- Conversational Diagnosis: Uses Gemini API for intelligent symptom analysis.
- Friendly Chatbot UI: Responsive and accessible interface.
- Personalized Advice: AI-generated recommendations for yoga, diet, and exercise.
- Health Reports: Downloadable session-based PDF reports.
- Offline Integration: Support for specialized disease models (Alzheimer’s, Skin, Yoga).
- User Input: User types symptoms in natural language.
- AI Analysis: Gemini API evaluates likely diseases.
- Follow-up: Gemini asks clarifying questions if needed.
- Results: Once confident, it generates a diagnosis or risk estimate.
- Recommendations: Provides yoga, exercise, and diet tips.
- Report: User can download a PDF summarizing symptoms, predictions, and advice.
Disclaimer: AI-generated content is for informational purposes only and is not medical advice.
This project is built with React + Vite for the frontend and uses Firebase for authentication and backend services.
├── src/
│ ├── components/ # Reusable UI components
│ ├── pages/ # Main application pages (Dashboard, Diet, Consult, etc.)
│ ├── context/ # React Context (Auth, etc.)
│ ├── firebase.js # Firebase configuration
│ ├── App.jsx # Main application component
│ └── main.jsx # Entry point
├── public/ # Static assets
├── index.html # HTML entry point
├── package.json # Dependencies and scripts
└── vite.config.js # Vite configuration
Follow these steps to set up the project locally.
git clone https://github.com/yourusername/vitatrek-ai.git
cd vitatrek-ainpm installCreate a .env file in the root directory and add your Firebase and Gemini API keys:
VITE_FIREBASE_API_KEY=your_firebase_api_key
VITE_GEMINI_API_KEY=your_gemini_api_key
# ... other confignpm run devOpen your browser at http://localhost:5173
We integrate specialized models for enhanced diagnostics:
- Alzheimer’s MRI Classifier: Link
- Skin Disease Detection: Link
- Yoga Pose Correction: Link
- Health Report Analyzer: Link
Each session generates a downloadable PDF with:
- ❗ Symptoms & Disease Risk
- 🧘 Yoga + Exercise Tips
- 🥗 Diet Recommendations
⚠️ AI Disclaimer for medical accuracy
- Students & young adults
- Rural healthcare users (low internet connectivity)
- College campuses, NGOs, health tech startups
Unlike other apps that just track steps and calories, VitaTrek predicts chronic diseases, helps prevent health deterioration, and empowers users with lifestyle coaching — all in a friendly conversation.
VitaTrek — Smart AI for Serious Health.
Built in 24 hours. Designed for millions.