Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sadeelmu authored Oct 9, 2024
1 parent 46d9096 commit 46010cb
Showing 1 changed file with 27 additions and 33 deletions.
60 changes: 27 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,58 +1,52 @@
## AsthmaGuard: Asthma Prediction and Management System

##### AsthmaGuard is an asthma detection and management mobile application that predicts asthma attacks using algorithms based on environmental data and biosignals and vital signs data extracted and processed from the Apple Watch to provide personalized asthma risk assessments and alerts.
##### AsthmaGuard is an asthma detection and management mobile application that predicts asthma attacks using algorithms based on environmental data and biosignals and vital signs data extracted and processed from the Apple Watch 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.
- **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
- **iOS Development**: Swift and SwiftUI
- **Database**: SQLite
- **APIs**: Apple HealthKit, WatchKit, WeatherKit

### Screenshots

<div style="display: flex; flex-wrap: wrap; gap: 20px;">

<div style="flex: 1; min-width: 300px;">
<img src="Pics/Asthma%20threat%20dashboard.png" alt="Asthma Threat Dashboard" width="300">
<p>Asthma Threat Dashboard</p>
<div style="flex: 1; min-width: 45%; max-width: 45%; margin: 10px;">
<p style="text-align: center;">Asthma Threat Dashboard</p>
<img src="Pics/Asthma%20threat%20dashboard.png" alt="Asthma Threat Dashboard" style="width: 100%;">
</div>

<div style="flex: 1; min-width: 300px;">
<img src="Pics/High%20asthma%20threat.png" alt="High Asthma Threat" width="300">
<p>High Asthma Threat Alert</p>
<div style="flex: 1; min-width: 45%; max-width: 45%; margin: 10px;">
<p style="text-align: center;">High Asthma Threat Alert</p>
<img src="Pics/High%20asthma%20threat.png" alt="High Asthma Threat" style="width: 100%;">
</div>

<div style="flex: 1; min-width: 300px;">
<img src="Pics/Survey.png" alt="User Survey for Environmental Monitoring" width="300">
<p>User Survey for Environmental Monitoring</p>
<div style="flex: 1; min-width: 45%; max-width: 45%; margin: 10px;">
<p style="text-align: center;">User Survey for Environmental Monitoring</p>
<img src="Pics/Survey.png" alt="User Survey for Environmental Monitoring" style="width: 100%;">
</div>

<div style="flex: 1; min-width: 300px;">
<img src="Pics/Asthma%20threat%20breakdown.png" alt="Asthma Threat Breakdown" width="300">
<p>Asthma Threat Breakdown</p>
<div style="flex: 1; min-width: 45%; max-width: 45%; margin: 10px;">
<p style="text-align: center;">Asthma Threat Breakdown</p>
<img src="Pics/Asthma%20threat%20breakdown.png" alt="Asthma Threat Breakdown" style="width: 100%;">
</div>

<div style="flex: 1; min-width: 300px;">
<img src="Pics/Historical%20data.png" alt="Historical Data Overview" width="300">
<p>Historical Data Overview</p>
<div style="flex: 1; min-width: 45%; max-width: 45%; margin: 10px;">
<p style="text-align: center;">Historical Data Overview</p>
<img src="Pics/Historical%20data.png" alt="Historical Data Overview" style="width: 100%;">
</div>

<div style="flex: 1; min-width: 300px;">
<img src="Pics/Breathing%20exercises.png" alt="Breathing Exercises" width="300">
<p>Breathing Exercises</p>
<div style="flex: 1; min-width: 45%; max-width: 45%; margin: 10px;">
<p style="text-align: center;">Breathing Exercises</p>
<img src="Pics/Breathing%20exercises.png" alt="Breathing Exercises" style="width: 100%;">
</div>

</div>


0 comments on commit 46010cb

Please sign in to comment.