# Testing the pipeline Install required dependency libraries using ``` pip install -r requirements.txt ``` Make a copy of `.env.example`, rename it as `.env`, and insert the necessary config values. ## Python notebooks * [`local_image_generation.ipynb`](notebooks/local_image_generation.ipynb) * [`local_model_generation.ipynb`](notebooks/local_model_generation.ipynb) * [`subprocess_test.ipynb`](notebooks/subprocess_test.ipynb) ## Python scripts * [`generate_image_local.py`](generate_image_local.py) * [`generate_model_local.py`](generate_model_local.py) * [`start_pipeline.py`](start_pipeline.py)