IdentiMood is an authentication system based on face verification and mood recognition, which has been developed as final project for the Biometric Systems course at Sapienza University of Rome, held by Prof. Maria De Marsico (2021-22).
The evaluation can be reproduced by executing the scripts in the benchmarks
directory.
See the report/presentation for further information and detailed results.
- Install the requirements from
requirements.txt
. - Tweak
src/config.json
as desired. - Execute
src/enroll.py
to perform enrollment. - Execute
src/main.py
to authenticate.