AI Generated Fruits and Real Fruits Classification using Image Processing #434
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: ☑️