- Ayush Dhanai - Slack Id : @Ayush Dhanai
- Akhil Tiwari - Slack Id : @Akhil_Tiwari
Deployed Project Link : https://birds-classifier-200.herokuapp.com/
- Pre-Trained Model used : Densenet121
- Dataset Used : Caltech-UCSD Birds 200
- Accuracy Achieved : 94.5%
- Optimizer Used : ADAM
- Loss Function : NLLLoss
- Learning Rate Scheduler : StepLR
- 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
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.
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.
