HealthVitals-AI is an intelligent, AI-powered medical assistant app that helps users monitor, understand, and improve their health.
It combines conversational AI, smart symptom scanning, and daily health check-ins to provide actionable health insights, tailored recommendations, and downloadable health reports.
- Secure Login & Signup
- Store and manage basic personal health data: height, weight, age, and more.
- Chat about any health-related problems.
- AI asks follow-up questions based on your inputs.
- Generates a diagnostic summary with:
- Possible health condition
- Recommended actions
- Guidance for next steps
- A detailed health & mental well-being questionnaire.
- Covers multiple areas:
- Physical health
- Mental health
- Lifestyle & habits
- Produces a comprehensive, downloadable health report with:
- Health Score (1–10)
- Key health insights
- Personalized meal recommendations
- Medicine suggestions (general, non-prescription)
- Actionable steps for improvement
- Once every 24 hours, the app asks quick health questions.
- Tracks changes in health trends over time.
-
Login / Signup
- Enter basic personal details (height, weight, etc.).
-
Chat with AI
- Describe symptoms or ask health-related questions.
- AI follows up with relevant queries to gather more context.
- Receive a summary or report of the potential issue.
-
SymptoScanâ„¢
- Complete a series of structured questions.
- Get a personalized health score and tailored advice.
-
Daily Questions
- Simple daily prompts to track your health trends.
- Frontend: React Native (Mobile App)
- Backend: Node.js + Express
- AI Engine: Google Gemini API
- Database: Appwrite
- Auth: Clerk Authentication
- Report Generation: PDF downloads with health insights
# Clone the repo
git clone https://github.com/yourusername/SSIP_MOBILE_APP.git
cd Android_Application
# Install dependencies
npm install
# Backend
cd Android_Backend
npm i
# Create a .env file in the root and add:
GOOGLE_API_KEY=your_google_api_key
PORT=5000
# Start the backend server
nodemon server.js













