From 48abb65123f1214290c2eb8df6a4367f61c726cc Mon Sep 17 00:00:00 2001 From: Anmol Singh Date: Wed, 16 Nov 2022 12:53:59 +0000 Subject: [PATCH] Update README.md --- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/README.md b/README.md index 296f4cd..290f1c6 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,46 @@ The scope of this thesis presents the development of an attendance tracker syste - SD Card - 3D printed casing +### GUI Layout +drawing + +### GUI +The graphical user interface has been built using a library called Tkinter. The following images showcase all the 12 windows present in the software. + +|Welcome Window|Main Window| +|---|---| +drawing |drawing| +|About Software Window|User Login Window| +drawing |drawing| +|Active Users Window|Admin Password Window| +drawing |drawing| +|System Preferences Window|Create User(Registration form) Window| +drawing |drawing| +|Create User(Snap Picture) Window|Create User(Confirmation) Window| +drawing |drawing| +|Delete/Archive User Window|Autologger Parameters Window| +drawing |drawing| + +## Optimisation Results +The optimization results have been carried out for 2 hardwares: +- Macbook Pro 15-inch, 2017 model +- Raspberry Pi model 4B (4GB) + +Models used before optimisation: +- Face Detection and Recognition: face-recognition library. +- Hand Gesture Recognition: BlazePalm and BlazeHand from MediaPipe. + +Models used after optimisation: +- Face detection: BlazeFace from Google implemented via MediaPipe +- Face Recognition: face-recognition library. +- Hand Gesture Recognition: BlazePalm and BlazeHand im[lemented via MediaPipe. + + +|Performance Analysis Results|Time Analysis Results| +|---|---| +|drawing |drawing| + + ## Results ### User Login + Active Users -- GitLab