Skip to content

Facial Recognition software to recognize faces and make an Attendance.

Notifications You must be signed in to change notification settings

raj713335/FACIAL_RECOGNITION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FACIAL_RECOGNITION

Facial Recognition software to recognise faces and make a Attendence.


Loading ....


Authors Arnab Das


START SCREEN

SAMPLE RESULT IMAGES


Getting Started

  • Clone the repo and cd into the directory
$ git clone https://github.com/raj713335/FACIAL_RECOGNITION.git
$ cd FACIAL_RECOGNITION

Install Computer Vision and all the other required libraries

$ pip install EasyTkinter
$ pip install opencv-python
$ pip install PyAutoGUI
$ pip install Pillow
$ pip install imutils
$ pip install numpy
$ pip install dlib==19.18
$ pip install cmake
$ pip install psutil
$ pip install tensorflow

List of Python packages that are being used in the Application

from tkinter import *
import tkinter as tk
from PIL import Image, ImageTk
import tkinter.ttk as ttk
import home
import cv2
from threading import Thread
import pyautogui
import os
from datetime import date
import psutil

To run the Application

$ cd FACIAL_RECOGNITION
$ python FACIAL_RECOGNITION.py

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages