Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 849 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 849 Bytes

Face-Recognition

The core idea in this project is to identify people uniquely. Opencv libraries are used here.

INTRODUCTION

A facial recognition system is a technology capable of matching a human face from a digital image or a video frame against a database of faces, typically employed to authenticate users through ID verification services, works by pinpointing and measuring facial features from a given image.

image

REQUIREMENTS

  • python
  • opencv library
  • numpy

HOW TO RUN

  • Go to images folder and make your own folders for seperate people and insert their images accordiingly.
  • Make sure to rename the image folders with their name.
  • That's all. You are almost done. Now you have to run faces-train.py file first.
  • Then, run faces.py