Skip to content

Technologies

Claudio Bonesana edited this page Apr 14, 2021 · 1 revision

The project is entirely written in Python 3.7.1. It uses very basics libraries like NumPy and Pandas.

For the Machine Learning part we use standard libraries like Scikit-Learn.

For the Web-UI, we used Flask and Gunicorn. The GUI is realized with templates written in HTML and the interactive part is guaranteed by JavaScript with the help o the JQuery library.

Refer to the requirements.txt file for a list of all the Python packages and libraries used.

Clone this wiki locally