-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
Mineral classification #668
Conversation
Our team will soon review your PR. Thanks @tanuj437 :) |
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.
Reduce the number of images files in the Images folder, put at least one file there for each of the minerals.
@abhisheks008 Reduced the number of images in image folder as well as put the each mineral photo in it too. Can't reduce more images in there |
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.
The images you have stored in the img folder are the datapoints right? And these same images can be restored from the dataset URL.
Correct me if I am wrong.
@abhisheks008 yes those are the datapoints which trained the model...img folder in Dataset is actually the dataset folder So do i put just one image for each mineral of that folder as well? |
If you are sharing the dataset URL in the Dataset/README file then no need to add the datapoints (images). This will reduce the space occupancy of the project folder. |
@abhisheks008 All changes Done |
Upload a demonstration video of the working of the web app and attach the same in the Web App/README, so that others can have an idea about the working of the web app. |
@abhisheks008 Done added |
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.
Looks good to me. Approved @tanuj437
Pull Request for ML-Crate 💡
Issue Title: Mineral Classification
Closes: #467 number that will be closed through this PR
Describe the add-ons or changes you've made 📃
I've included a full README.md file in the mineral classification project's folder. This README.md file contains thorough descriptions and visual representations of numerous analyses and model outputs for the mineral classification problem. It contains explanations and graphics for label distribution methods such as count distribution, and model performance outputs (SVM, Random Forest, K-NN, CNN, Logistic Regression, Decision Tree Classification, Extra Tree Classification). These additions are intended to improve the clarity and understanding of the project's visual and analytical components.
Type of change ☑️
What sort of change have you made:
How Has This Been Tested? ⚙️
I have tested it on webapp with the same images of mineral which we have trained the model.
Since i tested which all types of minerals photos and it accurately predict the mineral for each input image
Checklist: ☑️