First release.
- Website includes support for JPG, JPEG, PNG
- After making predictions, it displays the top 3 and their probabilities using a plotly graph, which has species labels as clickable wikipedia links.
- Under the plot, displays wikipedia summary page about the bird wrapped around an image of the bird from the testing dataset
- Biggest area of improvement: model uses EfficientNetB4 but was accidentally trained using 224x224 image size (appropriate for EfficientNetB0)