Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Project for Biometric System course - La Sapienza Università di Roma

Notifications You must be signed in to change notification settings

francescobianca/Biometrics-Project

Repository files navigation

Biometrics-Project

Project for Biometric System course - La Sapienza Università di Roma

We want to recognize who is attending a lecture using:

  1. Video stream face recognition implementation (OpenCv, FaceNet, SVM)
  2. Fingerprint system implentation with Arduino

Click on img and watch the demo!

Watch the video

Architecture

Architecture

UI

Student view Login Page

Results

Face Recognition Fingerprint Recognition

Service:

Made via spring boot. Just import it as a maven project on Eclipse. (DB on PostgresSQL managed with PgAdmin4)

WebApp:

This project was bootstrapped with Create React App.

Install user interface

In the directory biometrics_web-app install node modules

npm install

and then

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.