abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
334 stars 296 forks source link

[Project Addition]: Butterfly Classification using DL - with Web App #570

Open ishaanv1206 opened 2 months ago

ishaanv1206 commented 2 months ago

Pull Request for DL-Simplified 💡

Issue Title : [Project Addition]: Butterfly Classification using DL - with Web App

Closes: #558

Describe the add-ons or changes you've made 📃

I used Convolutional Neural network to classify with LENET-5 architecture. I created web application for it too.

Type of change ☑️

What sort of change have you made:

Checklist: ☑️

github-actions[bot] commented 2 months ago

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

abhisheks008 commented 2 months ago

Instead of putting all the datapoint images, just mention the source/URL of the dataset in the README file inside the Dataset folder.

@ishaanv1206

ishaanv1206 commented 2 months ago

Hi @abhisheks008 I did the changes you requested I added in the main README file too

ishaanv1206 commented 2 months ago

@abhisheks008 which images do i have to add in Images folder i didn't understood

abhisheks008 commented 2 months ago

@abhisheks008 which images do i have to add in Images folder i didn't understood

The EDA results, model accuracy checking plots and so on.

ishaanv1206 commented 1 month ago

I created separate model, dataset and web_app folder and added snapshots in main README.md file.

abhisheks008 commented 1 month ago

Changes Required:

  1. Please rename the project folder names as, Butterfly Species Classification using DL instead of Butterfly_species_classification.
  2. Inside the Dataset/README.md, put a brief about the dataset along with the source of the dataset.
  3. In the Model folder, use Jupyter Notebook file instead of .py files. Please check out the existing projects for your reference.
  4. In the Web App folder, put the demonstration video and create a README file to showcase the working of the application. For the web app README template, click here

@ishaanv1206 please fix these changes.

Please follow the required changes list and make your changes.