Skip to content

the-mercury/CheckFace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CheckFace

A face verification application

Using FaceNet is highly inspired by:

System:

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

About

A face verification application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published