Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtsfy/esp32cam-interface
ESP32-Cam Graphical User Interface using PyQt5
https://github.com/mtsfy/esp32cam-interface
graphical-user-interface pyqt5 python yolov4-tiny
Last synced: 4 days ago
JSON representation
ESP32-Cam Graphical User Interface using PyQt5
- Host: GitHub
- URL: https://github.com/mtsfy/esp32cam-interface
- Owner: mtsfy
- Created: 2023-04-26T20:26:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-01T19:11:14.000Z (over 1 year ago)
- Last Synced: 2024-05-07T19:25:41.036Z (8 months ago)
- Topics: graphical-user-interface, pyqt5, python, yolov4-tiny
- Language: Python
- Homepage:
- Size: 21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP32-Cam Graphical User Interface using PyQt5
## About :
This interface program allows users to perform object and face detection using an ESP32-Cam or webcam. The application captures frames from the selected source, processes them using deep learning models to detect objects and/or faces, and displays the frames with the detection results in real-time. The program also includes additional features such as brightness adjustment, blurring, and labeling of the detected objects.
## Features :
- Visual/Special Effects
- Object Detection
- Face Detection
- Database Integration (unimplemented yet)## Design :
I created the interface design using the Qt5 designer. There were multiple design prototypes, but this was the final and current design.