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

feat:bird species classification using deep learning #897

Closed

Conversation

IkkiOcean
Copy link
Contributor

Pull Request for DL-Simplified 💡

Issue Title : Deep Learning Models for Bird Species Classification

  • Info about the related issue (Aim of the project) : This project aims to develop an automated solution using deep learning to accurately identify bird species from images, helping in research, conservation efforts, and birdwatching communities.
  • Name: Vivek Prakash
  • GitHub ID: IkkiOcean
  • Email ID: vivekprakash.st@gmail.com
  • Idenitfy yourself: GSSOC-extd and hacktoberfest

Closes: #843

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:

• InceptionResNetV2
• EfficientNetB0
• InceptionV3
• VGG16

Type of change ☑️

  • My code follows the code style of this project.
  • New feature (non-breaking change which adds functionality)

How Has This Been Tested? ⚙️

  • My code follows the code style of this project.
  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.

Copy link

github-actions bot commented Oct 4, 2024

Our team will soon review your PR. Thanks @IkkiOcean :)

@abhisheks008
Copy link
Owner

Hi @IkkiOcean you have to be assigned to an issue first, then only you can push your code. Otherwise this will lead to non-compliance for violating the code of conduct.

Closing this pull request.

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

Successfully merging this pull request may close these issues.

Bird Species Classification using Deep Learning
2 participants