You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone or download the repository on your local machine
Make sure all the dependencies are installed
open the teminal and change current working directory to project directory
set the value of FLASK_APP environment variable to "application.py"
run command "flask run" inside the terminal
About the project -
Creating a web application with the help of convolutional neural networks and transfer learning, that can be used to detect the species of the bird from its image. Application can be proved useful in the field of Ornithology (branch of zoology concern with the study of birds) and can also be used by people interested in wildlife photography.
Screenshots of working application
Homepage -upload the image from your device into the application and then model will predict the species of the bird and display information regarding that particular species.
Displaying result
Let us know if any issue arise and we'd love your contribution in making this project even better.
About
Creating a bird classifier using transfer learning on densenet121 using PyTorch.