https://github.com/hectorta1989/iot-based-health-monitoring-system-in-azure
The purpose of this project is to monitor vital signs such as heart-rate and temperature. The system automatically sends alerts to healthcare if there is any abnormality in the telemetry value.
https://github.com/hectorta1989/iot-based-health-monitoring-system-in-azure
azure healthmonitoring iot iot-azure python3
Last synced: 4 days ago
JSON representation
The purpose of this project is to monitor vital signs such as heart-rate and temperature. The system automatically sends alerts to healthcare if there is any abnormality in the telemetry value.
- Host: GitHub
- URL: https://github.com/hectorta1989/iot-based-health-monitoring-system-in-azure
- Owner: HectorTa1989
- Created: 2023-03-26T21:08:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T21:12:40.000Z (over 2 years ago)
- Last Synced: 2025-02-24T17:15:09.071Z (8 months ago)
- Topics: azure, healthmonitoring, iot, iot-azure, python3
- Language: Python
- Homepage:
- Size: 1.59 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IOT Based Smart Health Monitoring and Notifications with Azure Logic Apps
### Summary
The purpose of this project is to monitor vital signs such as heart-rate and temperature. The system automatically sends alerts to healthcare if there is any abnormality in the telemetry value. The IoT device is simulated using the Python code, which generates the Heartrate and Temperature. The values are sent to the Azure IoT Hub. Using Stream Analytics Job the data from the IoT Hub is sent to the PowerBI to generate meaningful insights (Visualization). The notification is sent using Azure Logic Apps by connecting IoT hub and mailbox (SendGrid).### Requirements
* Simulated Device - Python Code
* Microsoft Azure Subscription
* Iot Hub
* Stream Analytics Job
* PowerBI
* Service Bus Namespace & Queue
* Custom End-point & Routing Rule in Iot-Hub
* SendGrid (to send e-mail notifications)
* Azure Logic Apps with Trigger
### Simulated Device Sending Telemetry Values
.png?raw=true)
### IoT-Hub Events Monitor
.png?raw=true)
### Generated Report in PowerBI
.png?raw=true)
### ServiceBus Queue
.png?raw=true)
### IoT-Hub End-point with Routing Query
.png?raw=true)
### Logic App Designer
.png?raw=true)
### Logic App Runs History
.png?raw=true)