An open API service indexing awesome lists of open source software.

https://github.com/newsch/wonky-bobbin

An assignment and project on image processing
https://github.com/newsch/wonky-bobbin

olin qea

Last synced: 7 months ago
JSON representation

An assignment and project on image processing

Awesome Lists containing this project

README

          

# 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](https://conda.io/docs/) with
```shell
conda env create -f environment.yml
```
and activate it in a shell once installed with
```shell
conda activate wonky-bobbin
```