-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
AsthmaGuard: Asthma Prediction and Management System | ||
AsthmaGuard is an innovative asthma detection and management mobile application aimed at improving the quality of life for asthmatic patients. Using a custom algorithm, AsthmaGuard processes environmental data, biosignals, and vital signs collected from smartwatches to provide personalized asthma risk assessments, insights into triggers, and timely alerts for proactive asthma management. | ||
|
||
Key Features | ||
Custom Algorithm for Prediction: Developed specifically to analyze environmental and biosignal data to predict asthma attacks. | ||
Smartwatch Integration: Processes vital signs such as heart rate, respiratory rate, and oxygen levels from smartwatches, using embedded systems and IoT concepts. | ||
Survey-Based Environmental Monitoring: Collects environmental information, including data on potential asthma triggers like pollen and air quality, through user surveys. | ||
Personalized Risk Assessment: Provides users with tailored risk assessments and insights into asthma triggers for proactive health management. | ||
Real-Time Alerts: Sends timely alerts based on significant changes in health or environmental conditions. | ||
Technologies Used | ||
iOS Development: Built using Swift and SwiftUI for a smooth and native mobile user experience. | ||
Database Management: Uses SQLite for efficient storage and retrieval of user and health data. | ||
APIs and IoT: Utilizes Apple’s HealthKit, WatchKit, and WeatherKit for collecting vital signs and environmental information dynamically. | ||
Screenshots | ||
<div align="center"> <img src="Pics/Asthma%20threat%20breakdown.png" alt="Asthma Threat Breakdown" width="400"> <p>Asthma Threat Breakdown</p> </div> <div align="center"> <img src="Pics/Asthma%20threat%20dashboard.png" alt="Asthma Threat Dashboard" width="400"> <p>Asthma Threat Dashboard</p> </div> <div align="center"> <img src="Pics/Breathing%20exercises.png" alt="Breathing Exercises" width="400"> <p>Breathing Exercises</p> </div> <div align="center"> <img src="Pics/High%20asthma%20threat.png" alt="High Asthma Threat" width="400"> <p>High Asthma Threat Alert</p> </div> <div align="center"> <img src="Pics/Historical%20data.png" alt="Historical Data Overview" width="400"> <p>Historical Data Overview</p> </div> <div align="center"> <img src="Pics/Survey.png" alt="User Survey for Environmental Monitoring" width="400"> <p>User Survey for Environmental Monitoring</p> </div> | ||
Project Details | ||
AsthmaGuard aims to provide a comprehensive solution to asthma management by: | ||
|
||
Continuous Health Monitoring: Collecting vital signs in real time, such as heart rate and respiratory rate, through smartwatch integration. | ||
Environmental Factors Analysis: Incorporating survey-based data to evaluate environmental triggers, like air quality and pollen. | ||
User-Friendly Interface: Designed to be easy to use, enabling patients to understand their asthma triggers and receive personalized recommendations. | ||
Privacy and Security: Ensures user data security through in-app data processing and industry-standard privacy measures. | ||
AsthmaGuard helps users make informed decisions about their health and manage their asthma more effectively through its proactive monitoring and personalized insights. | ||
|
||
AsthmaGuard is a mobile application that predicts asthma attacks using a custom algorithm. It processes environmental data and biosignals from smartwatches to provide personalized asthma risk assessments and alerts. | ||
|
||
Features | ||
|
||
Asthma Prediction: Custom algorithm analyzing environmental and biosignal data. | ||
|
||
Real-Time Monitoring: Integrates with smartwatches to collect data like heart rate and respiratory rate. | ||
|
||
Personalized Alerts: Notifies users about potential asthma risks based on changes in data. | ||
|
||
Breathing Exercises: Includes guided breathing exercises for asthma relief. | ||
|
||
Technologies | ||
|
||
iOS Development: Swift and SwiftUI | ||
|
||
Database: SQLite | ||
|
||
APIs: Apple HealthKit, WatchKit, WeatherKit | ||
|
||
<img src="Pics/Asthma%20threat%20breakdown.png" alt="Asthma Threat Breakdown" width="300"> <p>Asthma Threat Breakdown</p> <img src="Pics/Asthma%20threat%20dashboard.png" alt="Asthma Threat Dashboard" width="300"> <p>Asthma Threat Dashboard</p> <img src="Pics/Breathing%20exercises.png" alt="Breathing Exercises" width="300"> <p>Breathing Exercises</p> <img src="Pics/High%20asthma%20threat.png" alt="High Asthma Threat" width="300"> <p>High Asthma Threat Alert</p> <img src="Pics/Historical%20data.png" alt="Historical Data Overview" width="300"> <p>Historical Data Overview</p> <img src="Pics/Survey.png" alt="User Survey for Environmental Monitoring" width="300"> <p>User Survey for Environmental Monitoring</p> |