https://github.com/n-elia/aiot-based-ppe-monitoring
AIoT-based PPE Monitoring
https://github.com/n-elia/aiot-based-ppe-monitoring
Last synced: about 1 month ago
JSON representation
AIoT-based PPE Monitoring
- Host: GitHub
- URL: https://github.com/n-elia/aiot-based-ppe-monitoring
- Owner: n-elia
- License: apache-2.0
- Created: 2023-05-13T21:25:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T16:28:28.000Z (over 1 year ago)
- Last Synced: 2025-02-14T06:47:59.136Z (3 months ago)
- Language: Python
- Size: 1.61 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AIoT-based PPE Monitoring System
## Introduction
This project is about a Personal Protective Equipment (PPE) monitoring system PoC based on an AIoT architecture.
The system is composed of a set of devices mounted on PPEs based on ESP32-S3 boards, a gateway, a cloud platform and a web application.This repository contains the code for the PPEs devices and the dataset of RSSI measurements used to train the machine learning model.
## Folder structure
- `dataset`: contains the dataset of RSSI measurements used to train the machine learning model.
- `ppe_devices`: contains the code for the PPEs devices, i.e. their firmware.