Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 357 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 357 Bytes

wonky-bobbin

An assignment and project on image processing

Getting Started

Dependencies

You can create a new environment and install the necessary Python packages through Conda with

conda env create -f environment.yml

and activate it in a shell once installed with

conda activate wonky-bobbin