Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.19 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.19 KB

Web Add Facial Auth

On the basis of the user registration and authentication login of the WEB system, the project adds the face recognition technology of the third party artificial intelligence, and also realizes the user login authentication.

This project is a simple and complete WEB microservice system. The front-end uses HTML5, JavaScript, FaceIO, JQuery, Bootstrap , thymeleaf, the back-end uses SpringBoot microservice, and the database uses MySQL. The front-end integrates FaceIO in HTML to realize the docking of AI.

The SpringBoot microservice uses port 8080 by default. After the project runs successfully, enter "http://localhost:8080" in the web browser.

login

If face recognition technology is used to achieve user login authentication. Below the screenshot

login

Directory structure of source code
|-- WebAddFacialAuth
| |-- micro-web [Project-module]
| |-- MySql [database-sql]
| |-- screenshot

Technology Stack

Front-end: HTML5, JavaScript, FaceIO, JQuery, Bootstrap, thymeleaf
Back-end: Java 1.8, Spring Boot, Mybatis, Maven
Development tool: IntelliJ IDEA 2019
Database: MySQL 5.7+