-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bird_species_classification #80
Conversation
👋 Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add readme file of this format
@UTSAVS26 it says the repository is not participating in hacktoberfest. You either have to add hacktoberfest tag in the repository or hacktoberfest-accepted tag after merging the PR. |
Sorry I didn't update the labels before it is set to |
Pull Request for PyVerse 💡
Kindly review the code and models. Feedback and suggestions are welcome.
Issue Title : Addition of Deep Learning Models for Bird Species Classification
Closes: #60
Describe the add-ons or changes you've made 📃
The models were fine-tuned using the dataset to achieve optimal performance for bird species classification. Pretrained ImageNet weights were used as a baseline, followed by specific training on the bird species images.
Implemented Models:
The following advanced deep learning architectures have been applied for the classification task:
Type of change ☑️
How Has This Been Tested? ⚙️