Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.43 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.43 KB

🩺 Health AI Device for Lifecare Operations

A Flutter-based mobile application integrated with IoT devices to monitor patients' vitals in real-time, streamlining hospital ward operations for doctors and improving patient care.


📌 Project Overview

This system consists of an Android application built with Flutter, connected to IoT sensors that continuously monitor heart rate and temperature of each patient.

  • Each patient is equipped with IoT-enabled health sensors.
  • Doctors can log in securely using their credentials.
  • The app provides a dashboard with ward-wise patient allocation.
  • Upon selecting a ward, doctors can view all assigned patients.
  • Real-time vitals (heart rate and temperature) are displayed for each patient.

🎯 Purpose

To simplify patient monitoring within hospital environments by:

  • Reducing manual vital checks
  • Providing quick access to real-time health metrics
  • Enhancing doctor-patient coordination through ward-level organization

🛠️ Tech Stack

  • Flutter (Mobile App UI)
  • IoT Devices (Heart rate & Temperature sensors)
  • Firebase / Local Auth (for authentication – if used)
  • Real-time Data Feed (MQTT/Bluetooth/Wi-Fi based – depending on your setup)

🧠 Features Demonstrated

  • Real-time IoT integration
  • Role-based login and access (Doctor → Ward → Patient)
  • Clean Flutter UI architecture
  • Scalable healthcare monitoring logic