Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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]