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.
- Face detection using OpenCV.
- Face recognition with pre-trained models.
- Real-time video processing.
- Easy-to-use interface.
Make sure you have Python installed (>=3.7). You also need to install the required dependencies.
pip install -r requirements.txtTo run facial recognition on an image:
python recognize.py --image path/to/image.jpgTo run real-time facial recognition using a webcam:
python recognize.py --video- Python
- OpenCV
- NumPy
- dlib (if applicable)
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
Feel free to contribute! Fork the repo, make your changes, and submit a pull request.
This project is licensed under the MIT License.
For any queries, reach out via:
- GitHub: farhaan-arshad
- Email: farhaanarshad15@gmail.com