Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geo-y20/anaphylaxis-detector
The Anaphylaxis-Detector project aims to analyze patient data collected from medical sensors to understand the relationships between different health indicators and devise appropriate treatment plans.
https://github.com/geo-y20/anaphylaxis-detector
anaphylaxis arduino css flask html javascript machine-learning medical pyserial python
Last synced: about 2 months ago
JSON representation
The Anaphylaxis-Detector project aims to analyze patient data collected from medical sensors to understand the relationships between different health indicators and devise appropriate treatment plans.
- Host: GitHub
- URL: https://github.com/geo-y20/anaphylaxis-detector
- Owner: Geo-y20
- Created: 2024-01-12T20:47:11.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-12T08:07:50.000Z (8 months ago)
- Last Synced: 2024-05-13T01:27:15.204Z (8 months ago)
- Topics: anaphylaxis, arduino, css, flask, html, javascript, machine-learning, medical, pyserial, python
- Language: Jupyter Notebook
- Homepage:
- Size: 1.19 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anaphylaxis-Detector
## Description
The Anaphylaxis-Detector project aims to analyze patient data collected from medical sensors to understand the relationships between different health indicators and devise appropriate treatment plans. The dataset comprises several variables including patient age, weight, heart rate, oxygen concentration (SpO2), and recommended medication dosage.
## Requirements
### Python Version
To check the Python version installed on your system, open a command prompt or terminal and enter the following command:
```bash
python --version
```or
```bash
python -V
```This will display the installed Python version. Note: In some systems, you might need to use `python3` instead of `python` depending on the installation.
### Pip Version
To check the pip version installed on your system, open a command prompt or terminal and enter the following command:
```bash
pip --version
```or
```bash
pip -V
```This will display the installed pip version. Note: In some systems, you might need to use `pip3` instead of `pip` depending on the installation.
### Installing Dependencies
To install the project dependencies from the `requirements.txt` file, run the following command in your command prompt or terminal:
```bash
pip install -r requirements.txt
```This will install all the required packages specified in the `requirements.txt` file.
## Connecting with Arduino and Water Pump Control
To connect with Arduino and get live sensor readings while controlling a water pump, follow the instructions provided in the project's documentation.
## Contributing
- George Youhana - [email protected]
- Mostafa Magdy - [email protected]
- Abdallah Alkhouly - [email protected]