Skip to content

Utsav0702/FDS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Face Detection and Recognition System(FDS)

A simple AI application for face detection and recognition in videos.

Features

  • Detect faces in images and videos using Haarcascades face detection.
  • Optional face recognition using Siamese networks or ArcFace.
  • Easy installation and usage.

Installation

Step1: Clone the repository: git clone https://github.com/Utsav0702/FDS.git

Step2: Install dependencies: pip install opencv-python

Usage

  1. Place a video file (e.g., video.mp4) in the project directory.
  2. you can also use cv2.VideoCapture(0) for webcam.
  3. Run the script.
  4. Detected faces will be highlighted in rectangles.
  5. Implement your own face recognition code if needed.
  6. Press 'q' to exit.