Skip to content

CamarenaAI/face_detection_gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Real-Time Face Detection GUI

πŸ“ Category: Computer Vision and Real-Time Systems

πŸ“Œ Technologies used: Python (Tkinter), PIL (Pillow), OpenCV

face_dectection


πŸ“Œ Description

A Python-based GUI application for real-time face detection using multiple IP cameras or video streams. The interface is built with Tkinter, and the detection logic is powered by OpenCV. This system is designed for monitoring robotic systems (or similar applications) with flexible camera configurations.


πŸ–₯️ Features

  • πŸ” Login-like interface for IP camera configuration.
  • πŸ“‘ Supports up to 5 simultaneous IP cameras.
  • 🧠 Real-time face detection using Haar cascades.
  • πŸŽ›οΈ Enable/disable face detection dynamically.
  • πŸ” Switch between views (Login, Menu, Camera View).
  • πŸ”§ Easily expandable to support local webcam, image and video file analysis.

🧰 Requirements

Install the dependencies with:

pip install opencv-python pillow tkinter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages