Skip to content

bhavya-x/Vitaria

Repository files navigation

💊 Vitaria

Smart medication adherence app — never miss a dose, identify pills with AI, and keep your schedule in sync.

Flutter Dart Backend


Overview

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.

Features

  • 🔔 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

Repository Layout

.
├── 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

Getting Started

Frontend (Flutter)

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 build

Backend

cd Vitaria/backend
pip install -r requirements.txt
# Configure environment variables, then:
python main.py

Team

Vitaria was built collaboratively. Original co-contributors retained in commit history:

Legal

About

Backend for Vitaria — smart medication adherence app with reminders, AI pill identification, and Google Calendar integration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors