Skip to content
View RehanShahidkhokhar's full-sized avatar

Block or report RehanShahidkhokhar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RehanShahidkhokhar/README.md

AI-Powered Health Monitoring System Description AI-Powered Health Monitoring System is a comprehensive solution designed to automate and streamline the process of monitoring patient health. The system integrates various sensors like Arduino, DHT11, MAX30100, and other related sensors to collect health data, which is then securely stored locally and in the cloud. Doctors and caretakers can easily access this data through a mobile app or web portal to analyze and take necessary actions in real-time. The system ensures that backup data is stored for critical patients, providing seamless access to doctors.

Table of Contents Installation Usage Team License Questions Installation To set up the AI-Powered Health Monitoring System locally, follow these steps:

bash Copy code

Clone the repository

git clone https://github.com/IIOTASol/Health-Monitoring-System.git

Navigate to the project directory

cd Health-Monitoring-System

Install necessary dependencies

npm install or pip install Usage Follow these steps to get started with the system:

Connect sensors (Arduino, DHT11, MAX30100) as per the project's wiring diagram. Set up local storage or connect to a cloud storage solution. Launch the system and configure mobile or web access for data management. bash Copy code

Start the server

npm start or python main.py Team Rehan Shahid - Team Representative Maisam Sheikh - Development Lead Hassan Hayat - Technical Advisor License This project is licensed under the MIT License - see the LICENSE.md file for details.

Questions How can I get started with the project? What are the prerequisites for running the project? How can I troubleshoot issues with the system? Where can I report bugs or feature requests? How can I contribute to the project? Are there any development guidelines I should follow? What license does the project use, and how can I use it for my projects? Are there any ongoing updates or releases?

Popular repositories Loading

  1. rehanshahidkhokhar rehanshahidkhokhar Public

    Config files for my GitHub profile.

  2. Contact-Management-System Contact-Management-System Public

    A simple contact management system in C++.

    C++