This repository hosts the final project for the Foundation of Computer Science 2019-2020 course.
The main file is Progetto.ipynb
, which contains all the code for the project.
Due to its size, the dataset isn't available in the repository, but it can be downloaded from here.
The notebook is set up to run on Colab, for three reasons:
- no risk overheating or high battery consumption on the user's laptop
- if the the developer's pc were to be unavailable, the coding can be resumed on another machine without any setup and installation
- the data can be linked directly to one's Google Drive, removing the need to have a local copy of the data
If local execution is needed, a quick modification of two lines of code will adapt the code to the new user's enviroment. The details are explained in the notebook and in the Data Import.md
file.
Questo repository contiene il progetto necessario per l'esame orale per Foundation of Computer Science 2019-2020.
Il file principale è Progetto.ipynb
, che contiene tutto il codice.
Vista la loro dimensione, i dati non sono stati inclusi nel repository, ma sono comunque reperibili a questo indirizzo.
Il notebook è impostato per essere eseguito su Colab, per tre ragioni:
-
si evita di surriscaldare il proprio notebook e di ridurre la durata della batteria nell'esecuzione di alcuni punti inizialmente mal implementati
-
rende il notebook più facilmente accessibile da più computer
-
è possibile collegare i dataset presenti nel proprio Google Drive, evitando di scaricarli in locale
È anche possibile eseguire il notebook in locale. Entrambi i metodi sono documentati nel notebook e nel file Data Import.md
.