Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@nripstein nripstein released this 27 Jun 15:12
· 15 commits to main since this release
6faec27

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)