Skip to content
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

Closed
pavitraag opened this issue Jul 12, 2024 · 16 comments · Fixed by #899
Closed

Bird Species Classification using Deep Learning #843

pavitraag opened this issue Jul 12, 2024 · 16 comments · Fixed by #899
Assignees
Labels

Comments

@pavitraag
Copy link

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 :

  • You need to create a separate folder named as the Project Title.
  • Inside that folder, there will be four main components.
    • Images - To store the required images.
    • Dataset - To store the dataset or, information/source about the dataset.
    • Model - To store the machine learning model you've created using the dataset.
    • requirements.txt - This file will contain the required packages/libraries to run the project in other machines.
  • Inside the Model folder, the README.md file must be filled up properly, with proper visualizations and conclusions.

🔴🟡 Points to Note :

  • The issues will be assigned on a first come first serve basis, 1 Issue == 1 PR.
  • "Issue Title" and "PR Title should be the same. Include issue number along with it.
  • Follow Contributing Guidelines & Code of Conduct before start Contributing.

To be Mentioned while taking the issue :


Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

Copy link

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

@abhisheks008
Copy link
Owner

Assigned @pavitraag

@abhisheks008 abhisheks008 added Status: Assigned Assigned issue. level 2 Level 2 for GSSOC gssoc Girlscript Summer of Code 2024 labels Jul 12, 2024
@ojaswichopra
Copy link
Contributor

can you please assign this issue to me?
I really want to work on it

@abhisheks008
Copy link
Owner

can you please assign this issue to me? I really want to work on it

Already assigned to another contributor.

@abhisheks008 abhisheks008 added Status: Up for Grabs Up for grabs issue. and removed Status: Assigned Assigned issue. level 2 Level 2 for GSSOC gssoc Girlscript Summer of Code 2024 labels Aug 11, 2024
@abhisheks008 abhisheks008 changed the title BIRD SPECIES CLASSIFICATION with DEEP LEARNING Bird Species Classification using Deep Learning Aug 11, 2024
@IkkiOcean
Copy link
Contributor

Can you assign this to me?
Full name : Vivek Prakash
GitHub Profile Link : https://github.com/IkkiOcean
Email ID : [email protected]
participant role : GSSOC 24 Contributor

@abhisheks008
Copy link
Owner

Hi @IkkiOcean can you please share your approach for solving this issue?

@IkkiOcean
Copy link
Contributor

IkkiOcean commented Oct 1, 2024

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

@abhisheks008
Copy link
Owner

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.

@IkkiOcean
Copy link
Contributor

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.

@ramana2074
Copy link

Can you assign this to me?
Full name : Venkata Ramana
GitHub Profile Link : https://github.com/ramana2074
Email ID : [email protected]
participant role : GSSOC 24 Contributor

Approach :
process the images (resize, normalize, convert sounds to spectrograms), and use convolutional neural networks (CNNs) for image classification or spectrogram analysis. Train the model, evaluate performance, and fine-tune for bird species identification.

@IkkiOcean
Copy link
Contributor

IkkiOcean commented Oct 3, 2024

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.

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.

@shivam060404
Copy link

shivam060404 commented Oct 4, 2024

i would to like to work on this project.kindly assigned me please.
I am gssoc 2024 contributor

@abhisheks008
Copy link
Owner

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.

After analyzing the data and its properties, I believe I will be able to explore all the approaches mentioned, including EfficientNetB0, InceptionV3, VGG16, and InceptionResNetV2. So, please assign this issue to me under GSSOC-extd with the appropriate level and tag it for Hacktoberfest.

Thanks for sharing your approach. You can start working on it. This issue is assigned to you @IkkiOcean

@abhisheks008 abhisheks008 added Status: Assigned Assigned issue. level 2 Level 2 for GSSOC hacktoberfest gssoc-ext and removed Status: Up for Grabs Up for grabs issue. labels Oct 5, 2024
@IkkiOcean
Copy link
Contributor

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.

After analyzing the data and its properties, I believe I will be able to explore all the approaches mentioned, including EfficientNetB0, InceptionV3, VGG16, and InceptionResNetV2. So, please assign this issue to me under GSSOC-extd with the appropriate level and tag it for Hacktoberfest.

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

@IkkiOcean
Copy link
Contributor

IkkiOcean commented Oct 10, 2024

@abhisheks008 it's been 4 days since my pull request. Can you please look into it

Copy link

Hello @IkkiOcean! Your issue #843 has been closed. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
6 participants