Follow these steps to create and run the project environment.
git clone https://github.com/<your-org>/AIP_NLS_data.git
cd AIP_NLS_data
## Create a virtual environment
python -m venv .venv
## Activate the virual environment
source .venv/bin/activate
## Install dependencies
pip install -r requirements.txt