This project implements face recognition and image comparison features using the face_recognition
library for facial analysis.
- Face Recognition: Utilizing the
face_recognition
library to recognize faces in live camera feed.
- Clone the repository:
git clone https://github.com/nyashaChiza/facial-recognition.git
- Install dependencies:
pip install -r requirements.txt
- Run migrations:
python manage.py migrate
- Run the application
python manage.py runserver
- Open the terminal and navigate to the project directory.
- Run the application using:
python manage.py runserver
- Open
localhost:8000
in your browser - The application will use the live camera feed to perform face recognition and image comparison.
- This is a basic example; real-world applications may require additional security measures, compliance with privacy laws, and more advanced image processing techniques.