anotherjesse / fastai-bird

fastai lesson 1 - bird or forest

  • Public
  • 229 runs
  • CPU

Input

image
*file

image to classify as bird or forest

Output

you sent a bird with prob of 0.9999674558639526
Generated in

This output was created using a different version of the model, anotherjesse/fastai-bird:c0126c0f.

Run time and cost

This model costs approximately $0.0090 to run on Replicate, or 111 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.

This model runs on CPU hardware. Predictions typically complete within 90 seconds. The predict time for this model varies significantly based on the inputs.

Readme

As I’m working through the fastai course, I want to deploy things to replicate to test out.

I trained this resnet18 version of “bird or forest” using google colab based on this kaggle notebook and watching youtube fastai lesson 1.