-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
AI Generated Fruits and Real Fruits Classification using Image Processing #435
Conversation
Our team will soon review your PR. Thanks @AgrawalTitiksha :) |
Please add the README.md file. Follow the README template for creating that, https://github.com/abhisheks008/DL-Simplified/blob/main/.github/readme_template.md |
Hi @AgrawalTitiksha this is the project structure please follow it.
Please update your project according to the project structure. Put the main README.md file inside the Model folder. |
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.
Approved. Good work!
@AgrawalTitiksha
Pull Request for DL-Simplified 💡
Issue Title : AI Generated Fruits and Real Fruits Classification using Image Processing
JWOC Participant
) SWOC 2024 contributorCloses: #416
Describe the add-ons or changes you've made 📃
As per the problem statement, the project aims to classify whether an image is Real or generated by AI.
The dataset provide for same consisted of 302 images in total.
After loading the dataset, extracting its features, resizing, reshaping and preprocessing it we trained our machine learning and deep learning models and calculated their accuracy and cross verified it by prediction also.
Following are the model we used :
Principle Component Analysis (PCA)
Linear Discriminant Analysis (LDA)
Support Vector Machine (SVM) (All the three kernel viz., linear, poly and RBF)
CNN (VGG16)
CNN (ResNet)
The accuracy percentage of our models was very satisfying (all nearly about 95% -100% accurate) and also the predictions were accurate.
Type of change ☑️
What sort of change have you made:
How Has This Been Tested? ⚙️
Describe how it has been tested
Describe how have you verified the changes made
Checklist: ☑️