Skip to content

ANNI160/face_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition Project

This project is a simple face recognition system implemented in Python using OpenCV and face recognition libraries. It identifies faces from images or live video streams.

Project Structure

  • face_recog.ipynb - Main Jupyter notebook with code and explanations
  • requirements.txt - List of dependencies
  • .gitignore - Files/folders to exclude from Git
  • LICENSE - License details for open-source usage

Getting Started

1. Clone the Repository

git clone https://github.com/your-username/face_recog.git
cd face_recog

2. Install Dependencies

pip install -r requirements.txt

3. Run the Notebook

Open face_recog.ipynb in Jupyter Notebook or any IDE that supports .ipynb files.

Requirements

See requirements.txt

License

Distributed under the MIT License. See LICENSE for more information.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

📸 Output

  • Face detection from static images
  • Real-time face recognition via webcam

About

A simple face recognition system using Python, OpenCV, and dlib — detects and identifies faces from images or webcam streams.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors