Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```