Skip to content

Releases: nripstein/What-Bird-is-That

1.0.0

27 Jun 15:12
6faec27
Compare
Choose a tag to compare

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)