Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #1572 Solved :- Added Asthma Prediction #1573

Merged
merged 3 commits into from
Oct 28, 2024

Conversation

PrAyAg9
Copy link
Contributor

@PrAyAg9 PrAyAg9 commented Oct 26, 2024

Solves :- #1572

Description

The Asthma Risk Prediction System utilizes real-time environmental data and deep learning algorithms to assess the risk of asthma attacks. Key features include:

  • Real-time Monitoring: Continuously tracks particulate matter (PM2.5, PM10), temperature, and humidity levels.
  • Risk Categorization: Classifies asthma risk levels into "Green" (Safe), "Yellow" (Moderate Risk), and "Red" (High Risk) based on predicted Peak Expiratory Flow Rate (PEFR).
  • Automated Alerts: Sends notifications to users and first responders when high-risk conditions are detected.
  • Edge Computing: Processes data locally using a Raspberry Pi for low-latency responses.
  • User-friendly Interface: Provides a smartphone app for easy access to real-time data and alerts.
  • Use Case

Fixes #1572

Type of change

  • [yes ] Added a new machine learning frameworks, libraries or software.
  • Documentation update

Checklist:

  • [ yes] My code follows the style guidelines of this project
  • [ yes] I have performed a self-review of my own code
  • [yes ] I have commented my code, particularly in hard-to-understand areas
  • [yes ] I have made corresponding changes to the documentation
  • [ yes] My changes generate no new warnings

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@PrAyAg9
Copy link
Contributor Author

PrAyAg9 commented Oct 28, 2024

@sanjay-kv Could you please review it and merge, Thanks a lot.

@sanjay-kv sanjay-kv merged commit 98031c9 into recodehive:main Oct 28, 2024
2 checks passed
@PrAyAg9
Copy link
Contributor Author

PrAyAg9 commented Oct 28, 2024

@sanjay-kv Can you please assign me and add gssoc and level label for it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

💡[Feature]: Added Asthma Prediction
2 participants