Register students attendance with facial recognition
This project arose from a demand in the city of Manaus/Brazil, where teachers reported problems with manual registration of student attendance. Given the data survey, we solved it with a scientific research: School attendance management system for students through facial recognition.
To run this project, you will need the following dependencies:
Clone this repository:
git clone https://github.com/YvesCesar/students_attendance_system.git
Enter the project folder:
cd students_attendance_system
Install Ruby dependencies:
bundle install
Create the database:
rails db:create
rails db:migrate
Clone the student frequency attendance submodule:
git submodule init
git submodule update
Start the server:
rails s
Open your browser and go to http://localhost:3000.
Now you should be able to access the system and register the students frequency.