Classify coffee machines using fastai. Create dataset using Bing Image Search API.
$ conda create -n coffee python=3.6
$ conda activate coffee
$ conda install -c fastai -c pytorch fastai jupyterlab path ipywidgets
Download data using Bing Image Search API. Create account and set API subscription key
export AZURE_SEARCH_KEY=<my_key>
$ jupyter lab
Open model.ipynb