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 #80

Merged
merged 2 commits into from
Oct 4, 2024

Conversation

IkkiOcean
Copy link
Contributor

@IkkiOcean IkkiOcean commented Oct 4, 2024

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

  • 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: https://github.com/IkkiOcean
  • Email ID: [email protected]
  • Idenitfy yourself: GSSOC-extd and hacktoberfest

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:

•	InceptionResNetV2
•	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

👋 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!

@github-actions github-actions bot requested a review from UTSAVS26 October 4, 2024 07:56
Copy link
Owner

@UTSAVS26 UTSAVS26 left a 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 UTSAVS26 added good first issue Good for newcomers Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Requested Changes⚙️ Indicates that a reviewer has requested changes to a PR before it can be approved. level2 gssoc-ext hacktoberfest labels Oct 4, 2024
@UTSAVS26 UTSAVS26 self-requested a review October 4, 2024 09:04
@UTSAVS26 UTSAVS26 merged commit dd2c1f1 into UTSAVS26:main Oct 4, 2024
@IkkiOcean
Copy link
Contributor Author

IkkiOcean commented Oct 4, 2024

@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.
Screenshot 2024-10-04 at 2 55 53 PM

@UTSAVS26 UTSAVS26 added Status: Approved ✔️ PRs that have passed review and are approved for merging. hacktoberfest-accepted and removed Status: Requested Changes⚙️ Indicates that a reviewer has requested changes to a PR before it can be approved. labels Oct 4, 2024
@UTSAVS26
Copy link
Owner

UTSAVS26 commented Oct 4, 2024

@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.
Screenshot 2024-10-04 at 2 55 53 PM

Sorry I didn't update the labels before it is set to request changes
And for Hacktoberfest related to issues you can tag Program Manager in GSSOC Server asking your query

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. good first issue Good for newcomers gssoc-ext hacktoberfest hacktoberfest-accepted level2 Status: Approved ✔️ PRs that have passed review and are approved for merging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📃: Bird Species Classification using Deep Learning
2 participants