Skip to content

gesad-lab/extensao3-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

extensao3-analytics

Analytics of the data regards the impact of the Generative AI on the software engineering.

Python environment setup

Create and activate the virtual environment in .venv:

python3 -m venv .venv
source .venv/bin/activate

Install project dependencies:

pip install -r requirements.txt

If needed, update pip before installing packages:

python -m pip install --upgrade pip

Run the notebook

With the virtual environment activated, install Jupyter and launch it:

pip install notebook
jupyter notebook

Then open the notebook files under the EDA directory, for example:

  • EDA/generative_ai_software_engineering_eda.ipynb

About

Analytics of the data regards the impact of the Generative AI on the software engineering.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors