Link to the LEGO Database.
To create a Python virtual environment for the project:
python -m venv .venv
To activate the virtual environment:
source .venv/bin/activate
To install the required dependencies:
pip install -r requirements.txt
To download the dataset from Kaggle:
./download_dataset.sh