Skip to main content

Posts

Showing posts from March, 2019

ChikonEye: Dare to Look at my Work!! (python openCV)

Protect your work from others using a Python script! Dare to Look at My Work! Protect your work from others using a Python script! Did you ever feel that someone is peeping to your computer screen? Obviously you don't have NASA's secret data on your computer but you don't like other seeing your work or drawings or most importantly research materials. I've written a python code that can identify it's owner, sees how many faces are looking at the computer screen.  If any unauthorized face has been detected then it locks the computer screen automatically  so you don't need to worry a bit! just concentrate on your work!! Lets Hop in guys: To recognize faces one would need 3 differen scripts- 1. Data Set creator (takes photos and saves them in a folder) 2. Trainer (Train the model with all those saved photos) 3. Recognizer (final script that will recognize faces based on Train data) To make it simple and user friendly I have written a singl