This repository contains the project for the course "Data Analytics" of the Master's degree in Computer Science at the University of Milan - Bicocca.
The dataset used in this project is available at the following links:
Ants-Code.ipynb: Contains the main part of the analysis.Dash.py: Contains the data visualization part.
To run the Dash script, you need to install the required libraries. First, install the dependencies listed in requirements.txt by running:
pip install -r requirements.txt
To run the Dash script, use the following command:
python Dash.pyEnsure that the dataset is placed in the data/ folder in the root of the project directory.