Skip to content

Deep learning project for taking attendance by integrating DL model to see from ESP-32 CAM

License

Notifications You must be signed in to change notification settings

Omar88magdy/Attendace-using-Face-Recognition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Students attendance using opencv and esp32-cam

Project Intro

deeplearning model responsible for detecting faces to take student's attendance

Requirements

  • Esp32-cam / laptop cam
  • face_recognition library📚
  • Arduino in case of using esp32 or any equivalent camera
  • python

Get started

1- Clone the repo

git clone https://github.com/Omar88magdy/Attendace-using-Face-Recognition/tree/main

2-In case of using external camera

Connect your camera and run Arduino_code.ino to start a camera server


camera_web_server

3-Import your images

import you own nedded faces to be detected inside Multi face detection/faces

4-Replace directory

Replace the directory for faces folder as indicated with your own directory

5-Run TestingFace.ipynb

Multi face detection/TestingFace.ipynb

Expected output

pre rpocessing

Useful resources

Electronic clinic

contacts

About

Deep learning project for taking attendance by integrating DL model to see from ESP-32 CAM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 85.5%
  • C++ 14.5%