🦠Web App for Green Pass validation integrated with AI module. ðŸ¦
A project for
Fundamentals of Artificial Intelligence
course at the University of Salerno.
In this section we introduce context information for the project.
🦠🧠Web App for Green Pass validation. In particular, it has been integrated an AI module to place students in a classroom. The placement must follow these rules:
- Each student needs to be at least one seat away from the other.
- Each student needs to be seated in the way they can best see the blackboard.
- Alberto Montefusco - Developer - Alberto-00
- Gennaro Spina - Developer - Galiem
- Viviana Rinaldi - Developer - vivs2
- Easy Pass' Documentation can be found at the following link: Documentation
- The AI Module's Documentation can be found in the
Documentazione
directory in this project.
In this section we introduce technical information and setup guides!
For further info about Easy Pass follow this link: Easy Pass
Follow these steps:
- Clone this repo;
- Open cloned directory with an IDE or text Editor;
- Search class Main
NStudentsRunner
and run it.
- Java - The programming language used for the back-end development.
- jMetal - Framework used to program genetic algorithms.
- Apache Tomcat - Open source web server.
- Node.js - Runtime JavaScript open source.
- MySQL - RDB management system.
- Maven - Dependency Management.
- HTML5 - The programming language used for the front-end development.
- Bootstrap - Front-end framework.
- JQuery - Front-end JavaScript library.