-
-
Notifications
You must be signed in to change notification settings - Fork 357
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
[Project Addition]: Butterfly Classification using DL - with Web App #570
[Project Addition]: Butterfly Classification using DL - with Web App #570
Conversation
Our team will soon review your PR. Thanks @ishaanv1206 :) |
Instead of putting all the datapoint images, just mention the source/URL of the dataset in the README file inside the Dataset folder. |
Hi @abhisheks008 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ishaanv1206 please follow the project structure. For your reference you check this project, Brain Tumor Detection.
Here is the project structure for a complete web app based project,
Project Dummy
|- Dataset
|- dataset.csv
|- README.md
|- Images
|- img1.png
|- img2.png
|- img3.png
|- Model
|- project_dummy.ipynb
|- README.md
|- Web App
|- app.py
|- templates
|- demo.mp4
|- README.md
|- requirements.txt
@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. |
I created separate model, dataset and web_app folder and added snapshots in main README.md file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes Required:
- Please rename the project folder names as, Butterfly Species Classification using DL instead of
Butterfly_species_classification
. - Inside the
Dataset/README.md
, put a brief about the dataset along with the source of the dataset. - In the
Model
folder, use Jupyter Notebook file instead of.py
files. Please check out the existing projects for your reference. - 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
- For your reference, you can check out this project, Brain Tumor Detection
@ishaanv1206 please fix these changes.
Please follow the required changes list and make your changes. |
Pull Request for DL-Simplified 💡
Issue Title : [Project Addition]: Butterfly Classification using DL - with Web App
JWOC Participant
) GSSOC 2024Closes: #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: ☑️