Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.12 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.12 KB

Face Recognition Application

Requirements

Python 3.11

Structure

- celebrities_images  # Supported file types are: `jpg`, `jpeg`, `png`
    - Angelina Jolie  # Folder
        - 1.jpg
        - 2.jpg
        - 3.jpg
    - Brad Pitt  # Folder
        - 1.jpg
        - 2.jpg
        - 3.jpg
- app.py  # Contains the application
- models  # Contains the models that are required to run the application

Installation

  • Create a virtualenv

  • Install the dependencies from requirements.txt

  • After downloading required libraries download models from our google drive.

  • Change email part to your email and password

Downloads

Usage

Open your command prompt, type python app.py and press enter...

Authors

License

This project is licensed under the terms of the MIT license.