Hironsan/BossSensor
A computer vision system that uses a CNN to detect and classify faces from a webcam to hide your screen when your boss approaches.

Velocity · 7d
+1.7
★ / day
Trend
→steady
star history
This project uses a convolutional neural network trained with TensorFlow and Keras to perform real-time face detection and classification from a webcam feed. It captures images of approaching people, classifies them as boss or non-boss, and automatically hides the screen when the boss is detected. The system uses OpenCV for image processing and webcam capture, and requires training data of boss and other person images.