Skip to content

Added Feature/face-detector, #65

Merged
devmalik7 merged 6 commits intodevmalik7:mainfrom
dehobitto:feature/face-detector
Oct 12, 2025
Merged

Added Feature/face-detector, #65
devmalik7 merged 6 commits intodevmalik7:mainfrom
dehobitto:feature/face-detector

Conversation

@dehobitto
Copy link

Python script for real-time face detection using OpenCV’s Haar cascades.
The script smooths face positions separately, draws bounding boxes with labels, dynamically scales the text based on face size, and displays the FPS.

dehobitto added 6 commits October 10, 2025 20:40
Added imports in requirements.txt, created main loop, grabbed webcam
Added face detection, text, smoothing of detected rectangle so it's not shaking. Refactoring needed
Fixed smoothing of faces (now it smoothes each face differently. Added fps count. Fixed text issues. A lot of refactoring. Added comments for newbies
Fixed smoothing of faces (now it smoothes each face differently. Added fps count. Fixed text issues. A lot of refactoring. Added comments for newbies
@devmalik7
Copy link
Owner

@dehobitto Tank you for the contribution.

Merging it now.

@devmalik7 devmalik7 merged commit 3cab5a8 into devmalik7:main Oct 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants