Skip to content

farhaan-arshad/FacialRec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FacialRec

Overview

FacialRec is a facial recognition project that utilizes AI and computer vision to detect and recognize faces in images or real-time video. The project is built using Python and OpenCV.

Features

  • Face detection using OpenCV.
  • Face recognition with pre-trained models.
  • Real-time video processing.
  • Easy-to-use interface.

Installation

Prerequisites

Make sure you have Python installed (>=3.7). You also need to install the required dependencies.

pip install -r requirements.txt

Usage

To run facial recognition on an image:

python recognize.py --image path/to/image.jpg

To run real-time facial recognition using a webcam:

python recognize.py --video

Technologies Used

  • Python
  • OpenCV
  • NumPy
  • dlib (if applicable)

Project Structure

FacialRec/
│── recognize.py       # Main script for face recognition
│── dataset/           # Folder for training images (if applicable)
│── models/            # Pre-trained models (if used)
│── requirements.txt   # Dependencies
│── README.md          # Project documentation

Contributing

Feel free to contribute! Fork the repo, make your changes, and submit a pull request.

License

This project is licensed under the MIT License.

Contact

For any queries, reach out via:

About

FacialRec is a project that detects and recognizes faces using AI. It works with images and real-time video using Python and OpenCV. This can be used for security, authentication, or other face detection tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages