/coffee-machine-classifier

Classify coffee machines using fastai (pytorch). Create dataset using Bing Image Search API.

Primary LanguageJupyter Notebook

coffee-machine-classifier

Classify coffee machines using fastai. Create dataset using Bing Image Search API.

Install

$ conda create -n coffee python=3.6
$ conda activate coffee
$ conda install -c fastai -c pytorch fastai jupyterlab path ipywidgets

Data

Download data using Bing Image Search API. Create account and set API subscription key

export AZURE_SEARCH_KEY=<my_key>

Run

$ jupyter lab

Open model.ipynb