BreatheEasy is an AI-powered mobile application that provides early warnings for patients with chronic respiratory diseases like COPD and Asthma.
Instead of reacting only when severe symptoms occur, BreatheEasy enables proactive management by monitoring and predicting risks.
-
Acoustic Monitoring
Uses the phone’s microphone (with permission) to detect:- Nocturnal cough frequency
- Wheezing sounds
- Changes in breathing rate
-
Predictive Risk Modeling
Combines multiple data streams to generate a daily Exacerbation Risk Score:- Real-time Air Quality Index (AQI) and pollen data
- User-logged inputs like inhaler usage and symptoms
- Time-series analysis using LSTM models
By anticipating early signs of exacerbations, BreatheEasy helps prevent emergency visits and hospitalizations, especially in areas with poor air quality such as Tamil Nadu.
- Clone the repository:
cd BreatheEasy git clone <your-repo-url>
- Install dependencies:
npm install
- Fix any vulnerabilities (when prompted):
npm audit fix --force
- Start the development server:
npm run dev
- Open the local server link shown in the terminal.
- When prompted by your browser, allow microphone and location permissions for full functionality.