This visualization aims to visualize different perfumes.
Project root contains two parts of the project: Svelte frontend code with the actual visualization and Python Jupyter notebook for pre-processing of the Parfumo Fragrance Dataset.
To run the visualization:
yarn install
yarn devIn order to run the Jupyter notebook:
uv venv # Create venv locally
uv pip install -r pyproject.toml # Install deps
# Select the kernel in VSCode from the created .venv folder in the notebook.Performed automatically, on main branch push.