This Python project combines MediaPipe, DeepFace, and YOLO to perform real-time detection of hands, faces, and objects within a Tkinter GUI.
This code was written with ChatGPT
To execute the scanner.py file, you still need some packages.
-
OpenCV
-
MediaPipe
-
Tkinter
-
Pillow
-
DeepFace
-
NumPy
-
PyTorch
-
Ultralytics YOLO
pip install opencv-python mediapipe tk pillow deepface numpy torch torchvision ultralyticsThis project may consume a significant amount of RAM, depending on the system and the complexity of the tasks being processed. Please be aware that running this software could lead to high memory usage and potential system slowdowns or crashes.
I am not responsible for any issues, data loss, or damage caused by the use of this software. Use it at your own risk.