/CheckFace

A face verification application

Primary LanguagePythonMIT LicenseMIT

CheckFace

A face verification application

Using FaceNet is highly inspired by:

System:

  • MacBookPro M1 2020 running macOS Ventura 13.3
  • python@3.9.6

How to use the app:

Install Python@3

Assuming you are using shell:
  1. Create a virtual environment

     `python3 -m venv <your_virtual_environment_name>`
    
  2. Activate the virtual environment

     `source <your_virtual_environment_name>/bin/activate`
    
  3. Install all the required packages

     `pip install -r requirements.txt`
    
  4. run the app

     `python main.py`
    

You can exit from virtual environment using following command deactivate