Skip to content

dina-khalid/Find-my-child

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find my child 👶🔍

Computer vision Web app for face Detection & Recognition.


Contents:

Requirements

Flask==2.2.2
matplotlib==3.6.1
numpy==1.22.4
opencv_python==4.6.0.66
Front-end => vanillaJS, CSS and HTML
Back-end => Flask
opencv face detection classifier => 'haarcascade_frontalface_default.xml'
for face Recognition => Principle component analysis PCA & Euclidean distance.

Project description

Steps to perform face Detection & Recognition:

  1. Apply face detection using openCV to get number of detected faces and their coordinates.
  2. Extract the features of each face using PCA
  3. Recognize each face using euclidean distance approach.
Person 🧑 👶
Abdelrahman alt text alt text
Nasser alt text alt text
Rabea alt text alt text

Team meambers

Project Submitted by 3rd year SBME2024 students 💉:

Team member 👌
Ahemd Hassan alt text
Dina khalid alt text
Abdelrahman Yasser alt text
Mohammed Nasser alt text
Mahmoud Rabea alt text

back to top

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.3%
  • Other 0.7%