Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

aesthetic-factory/face_recognition_archive

Repository files navigation

Face Recognition

Installation

  • Install Python 3.7.x
  • Use the package manager pip to install Python dependencies
pip install face_recognition numpy opencv-python argparse psycopg2-binary prettytable

Install Postgres

demo_video.py requires Pillow

pip install Pillow

Setup

Setup config file

  • Create and edit config.json following config_template.json

Setup Database

  • Setup user and database in PostgreSQL
  • Run the following command to create tables
python db_tool.py --cmd 'clean_db'

Database tools

  • A set of commands to access or update data in database
python db_tool.py --cmd 'summary'
python db_tool.py --cmd 'status'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published