To prevent others from getting caught doing other things on their computers at home or at work
This project implements changing page if a face different from the registered face is recongnized.
- Clone the repository
git clone https://github.com/chance03/OSS-Term-Project.git
- Install dependencies
cd OSS-Term-Project
pip install -r requirements.txt
cd molcom
python main.py
- Left screen is the program. if you click 얼굴인식 box, Write the name of the person you want to register in English, and when your face approach to the camera, take 100 pictures of the person's face and save them in the program. If you click 시작 box, an object that is not registered on the camera is recognized, the computer's screen is switched
- right screen is git bash which is used to open the program.
- opencv-python
- opencv-contrib-python
- pillow
- numpy
- pyautogui