This repository focuses on developing applications for the ESP32-S3 using the ESP-IDF environment.
- main: Contains the main component source files for the ESP32-S3 project.
- hand-gesture-recognition-mediapipe: Includes a gesture recognition backend using MediaPipe. Inside this folder, the
app_service.pyfile serves as a backend service for hand gesture recognition.
- ESP-IDF installed and configured for ESP32-S3.
- Python 3 environment (required for the gesture recognition backend).
- Open a terminal and navigate to this project folder.
- Set up the ESP-IDF environment.
- Run:
idf.py set-target esp32s3 idf.py menuconfig idf.py build - Flash the firmware to your device:
idf.py flash idf.py monitor
To run the hand gesture recognition backend:
cd hand-gesture-recognition-mediapipe
python app_service.py
This starts a local service that processes camera streams or images to recognize gestures.
Please refer to individual files and components for license details. Use this software at your own risk and follow any applicable guidelines.