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:Butterfly Image Classification using Deep Learning #83

Conversation

IkkiOcean
Copy link
Contributor

@IkkiOcean IkkiOcean commented Oct 4, 2024

Closes: #78

  • AIM: The primary goal of this project is to build and compare various deep learning models to accurately classify butterfly images into their respective species.

  • Approach Summary for Butterfly Image Classification

    1. Dataset Preprocessing: Images were resized, normalized, and split into training, validation, and test sets. Data augmentation was applied to improve generalization.
    2. Models Implemented:
      • CNN: Custom convolutional layers for image classification (87.36% accuracy).
      • ResNet50: Fine-tuned pre-trained model using transfer learning (80.82% accuracy).
      • EfficientNet: Fine-tuned for optimal depth and efficiency, achieving the best performance (91.85% accuracy).
    3. Conclusion: EfficientNet was the best-performing model, making it ideal for butterfly species classification.

    Program : GSSOC-ext and hacktoberfest

Copy link

github-actions bot commented Oct 4, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@IkkiOcean
Copy link
Contributor Author

Can you make it level 2 or 3 at least. I have implemented multiple Deep Learning models and evaluated them

@UppuluriKalyani UppuluriKalyani merged commit ff29c45 into UppuluriKalyani:main Oct 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Butterfly Image Classification using deep learning
2 participants