Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 890 Bytes

File metadata and controls

34 lines (21 loc) · 890 Bytes

Python Object Scanner

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

Install

To execute the scanner.py file, you still need some packages.

Packages

  • OpenCV

  • MediaPipe

  • Tkinter

  • Pillow

  • DeepFace

  • NumPy

  • PyTorch

  • Ultralytics YOLO

Command

pip install opencv-python mediapipe tk pillow deepface numpy torch torchvision ultralytics

Warning ⚠️

This 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.