/bear-classifier

Bear classification via deep learning, from Chapter 2 of book.fast.ai

Primary LanguageJupyter Notebook

Bear Classifier

This is a simple example of deploying a webapp that serves a trained model that performs image classification.

See https://course.fast.ai/deployment_heroku for the basics on deploying a Jupyter Notebook to Heroku, which is the approach I've taken here.