Facial Recognition software to recognise faces and make a Attendence.
Authors Arnab Das
- Clone the repo and cd into the directory
$ git clone https://github.com/raj713335/FACIAL_RECOGNITION.git
$ cd FACIAL_RECOGNITION
$ 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
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
$ cd FACIAL_RECOGNITION
$ python FACIAL_RECOGNITION.py