Skip to content

khk4912/OSS-Term-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OSS-Term-Project - Molcom Project


Project motivation

To prevent others from getting caught doing other things on their computers at home or at work


Project Summary

This project implements changing page if a face different from the registered face is recongnized.


Installation

  1. Clone the repository
git clone https://github.com/chance03/OSS-Term-Project.git
  1. Install dependencies
cd OSS-Term-Project
pip install -r requirements.txt

Usage

cd molcom
python main.py

Demo Image

image

  • 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.

Demo Video

Video


Used Package

  • opencv-python
  • opencv-contrib-python
  • pillow
  • numpy
  • pyautogui

Reference

http://velog.io/@huttzza/실시간-얼굴-인식-프로그램-1차-구현

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%