A program that recognizes pictures of birds using the fastai library.
First, run download_data.py to download images of birds and forests (not birds) using the DuckDuckGo APIs.
Secondly, run train.py to train the model and test whether the images bird.jpg and forest.jpg contain a bird.
bird.jpgThis is a: bird.
Probability it's a bird: 1.0000
This is a: forest.
Probability it's a bird: 0.0000