Analytics of the data regards the impact of the Generative AI on the software engineering.
Create and activate the virtual environment in .venv:
python3 -m venv .venv
source .venv/bin/activateInstall project dependencies:
pip install -r requirements.txtIf needed, update pip before installing packages:
python -m pip install --upgrade pipWith the virtual environment activated, install Jupyter and launch it:
pip install notebook
jupyter notebookThen open the notebook files under the EDA directory, for example:
EDA/generative_ai_software_engineering_eda.ipynb