/PPEs_dataset_analysis

PPEs dataset exploratory analysis.

Primary LanguageJupyter Notebook

PPEs_dataset_analysis

Setup

Create new environment e.g. using conda and install requirements:

conda create --name test python=3.11
pip install -r requirements.txt 

Download PPEs dataset (I used raw-tensorflow format) from the source and unpack it in the project directory.

Run jupyter-lab and data-analysis notebook.