-
-
Notifications
You must be signed in to change notification settings - Fork 347
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 using Deep Learning #843
Comments
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊 |
Assigned @pavitraag |
can you please assign this issue to me? |
Already assigned to another contributor. |
Can you assign this to me? |
Hi @IkkiOcean can you please share your approach for solving this issue? |
I have chosen the InceptionResNetV2 approach since bird species classification is a fine-grained task that often requires distinguishing subtle differences in features such as feather patterns, beak shapes, or colors. The Inception modules make it particularly effective at capturing these intricate details. @abhisheks008 |
As you can see all the projects present here consist of at least 3-4 deep learning methods implemented. Based on the accuracy scores of the each model, we can conclude the best fitted model for this dataset. Similarly can you please update your approach and let me know. |
Sure thing! I’ll begin working on it and will update you on my approaches shortly. |
Can you assign this to me? Approach : |
After analyzing the data and its properties, I believe I will be able to explore all the approaches mentioned, including InceptionV3, VGG16, and InceptionResNetV2. So, please assign this issue to me under GSSOC-extd with the appropriate level and tag it for Hacktoberfest. |
i would to like to work on this project.kindly assigned me please. |
Thanks for sharing your approach. You can start working on it. This issue is assigned to you @IkkiOcean |
sure. I will be making the PR soon as I am already done with the project, just need some tinkering with readme |
@abhisheks008 it's been 4 days since my pull request. Can you please look into it |
Hello @IkkiOcean! Your issue #843 has been closed. Thank you for your contribution! |
Deep Learning Simplified Repository (Proposing new issue)
🔴 BIRD SPECIES CLASSIFICATION with DEEP LEARNING :
🔴 Aim : Classify the bird species
🔴 Dataset : https://www.kaggle.com/datasets/gpiosenka/100-bird-species/data?select=birds.csv
🔴 Approach : EfficientNetB0, InceptionV3, VGG16 model, InceptionResNetV2 2
📍 Follow the Guidelines to Contribute in the Project :
requirements.txt
- This file will contain the required packages/libraries to run the project in other machines.Model
folder, theREADME.md
file must be filled up properly, with proper visualizations and conclusions.🔴🟡 Points to Note :
✅ To be Mentioned while taking the issue :
Happy Contributing 🚀
All the best. Enjoy your open source journey ahead. 😎
The text was updated successfully, but these errors were encountered: