Skip to content

Ignatiusboadi/face-detection-and-recognition

 
 

Repository files navigation

Face Recognition System

In this project, we focus on MLOps by developing a face recognition system. The objective is to allow users to enroll in the system by taking a photograph of their face. During subsequent logins, their faces will be verified before granting access. We will utilize a pre-trained model from the MTCNN library for this purpose.

User Instructions

  1. Clone the GitHub repository
  • git clone https://github.com/Ignatiusboadi/face-detection-and-recognition.git
    cd face-detection-and-recognition
    
  1. Create a virtual environment
  • virtualenv venv
    source venv/bin/activate
    
  1. Install the required packages
  • pip install -r requirements.txt
    
  1. To run the backend locally, run the folllowing line of code
  • uvicorn main:app --reload
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 94.9%
  • Dockerfile 5.1%