Smart medication adherence app — never miss a dose, identify pills with AI, and keep your schedule in sync.
Vitaria is a cross-platform mobile app that helps users stay on top of their medication. It combines smart reminders, AI-driven pill identification, and Google Calendar sync into one straightforward experience. Originally built as a PBL (project-based learning) team project.
- 🔔 Smart reminders — schedule-aware notifications for every dose
- 📷 AI pill identification — point your camera at a tablet, get a match
- 📅 Calendar sync — medication events appear in Google Calendar
- 🔒 Secure storage — sensitive medical data is kept encrypted at rest
- 🩺 Medical assistant — ask questions about your meds and adherence
.
├── Frontend/ # Flutter app (Android + iOS)
│ ├── lib/ # Dart UI and state management
│ ├── Assets/images/ # Logos and illustrations
│ ├── android/ # Android-specific code
│ └── ios/ # iOS-specific code
├── backend/ # API server
├── home.md # Landing page copy
├── privacy_policy.md # Privacy policy
└── terms_of_service.md # Terms of service
git clone https://github.com/bhavya-x/Vitaria.git
cd Vitaria/Frontend
flutter pub get
flutter run # default device
flutter build apk --release # Android release buildcd Vitaria/backend
pip install -r requirements.txt
# Configure environment variables, then:
python main.pyVitaria was built collaboratively. Original co-contributors retained in commit history: