In this repo, you'll find the notebook to explain the methodology and the challenge. The notebooks download and use the data coming from Perspectiva-Solution. The data are originally sourced from the Grand Débat National 2019.
- Install
uv
:pip install uv
. See the UV documentation. - Create one virtual environment:
uv venv --python 3.12 --seed
See the virtual environment tutorial. - Install the required package:
uv pip install -r requirements.txt
- Open the notebook with VScode or Jupyterlab (installed through requirements)