Registration form with RDS AWS database and facial recognition via OpenCV

Formulario_Cadastro_RDS_OpenCV

The algorithm performs a simple user registration (Name, CPF, E-mail and Telephone) in an Amazon RDS database and also performs the storage, training and facial recognition of the user’s face to identify the users already registered in the system in a next time the user is seen.

You will need to install the libraries below:

  • numpy
  • OpenCV
  • mysql-connector

Creating RDS-MySQL instance on AWS

  • Access the “AWS Management Console”
  • Open the services menu and select the RDS option
  • Select the “Create database” option
  • Select MySQL
  • Version: MySQL 8.0.11
    -> Free tier
  • Enter the basic data, username and password:

db instance: “database name”

username: “your username”

password: “your password”