Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozta/control-mqtt
Control with MediaPipe and MQTT data transmission
https://github.com/mozta/control-mqtt
mediapipe mqtt python
Last synced: 28 days ago
JSON representation
Control with MediaPipe and MQTT data transmission
- Host: GitHub
- URL: https://github.com/mozta/control-mqtt
- Owner: Mozta
- License: mit
- Created: 2024-07-16T21:45:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T22:01:41.000Z (4 months ago)
- Last Synced: 2024-10-10T14:03:07.211Z (28 days ago)
- Topics: mediapipe, mqtt, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Control with MediaPipe and MQTT data transmission
This project implements a control system using MediaPipe for computer vision processing and MQTT for real-time data transmission.## Key Features:
- Gesture/movement detection and tracking using MediaPipe
- Control data transmission via MQTT protocol
- Easy integration with IoT systems and automation applications## Technologies Used
- MediaPipe
- MQTT
- Python## Requirements
- OpenCV
- MediaPipe
- Paho-MQTT
## Installation
1. Clone this repository:
```bash
git clone https://github.com/Mozta/control-mqtt.git
```
2. Install dependencies
```bash
pip install -r requirements.txt
```
3. Execution
```bash
python control.py
```