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
- Host: GitHub
- URL: https://github.com/newsch/wonky-bobbin
- Owner: newsch
- License: mit
- Created: 2018-11-25T17:15:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T14:56:10.000Z (over 7 years ago)
- Last Synced: 2024-12-28T18:40:52.719Z (over 1 year ago)
- Topics: olin, qea
- Language: Jupyter Notebook
- Size: 48.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```