Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.28 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.28 KB

PicAttendance - Moodle plugin

Final year project developed by Thiago Caetano and Ruan Silva at University of Campinas, Brazil.

This module was based on "Attendance" (https://github.com/danmarsden/moodle-mod_attendance) and it may be distributed under the terms of the GNU General Public License.

Description

PicAttendance works similarly as the Attendance plugin with the additional functionality of taking the attendance of students using photos from the class. Using OpenCV, the plugin detects the faces present in the photo and recognizes the students in class based on a pre-populated database. There is also a tagging system so that students can identify themselves in the photos when the system does not recognize them. In order to avoid frauds, the instructor needs to approve tags that were manually added by the students.

For full documentation, read our thesis in the doc/ folder.

Installation

The installation procedure is the standard for Moodle modules.

Quick-step guide (copied from "Attendance"): Create folder /mod/attendance. Extract files from folder inside archive to created folder. Visit page Home ► Site administration ► Notifications to complete installation.

You also need to install the following extension: https://github.com/thiagocaetano/PicAttendance-PHP-Extension