/build-your-own-image-classifier-template

A starter project to build your own fastai image classifier

Primary LanguageJupyter NotebookMIT LicenseMIT

build-your-own-image-classifier-binder-app-template

This is a template github project for building your binder app based on the article Build (and Run!) Your Image Classifier using Colab, Binder, Github and Google Drive. This template is based on the instructions posted on the fastai forums here.

Instructions for Deploying to Binder

Do the next steps only after making sure you already created and exported the learner (export.pkl) and your stripped down voila app notebook is ready (preferably tested in a jupyter notebook environment with voila).

  1. Create a github account if you don't have one yet.

  2. Fork this repo as a template for your own binder app repository. You can click on this link to generate your own copy.

    • Make sure to rename your repo to something other than build-your-own-image-classifier-template. Due to a github policy, git-lfs does not support uploads to public forks, which is what your repo will be if you name it the same as what you are copying from. For more info, please see this issue.
  3. Continue with the steps discussed in the article.