Musical Instruments Image Classification #798
Open
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.
Closes :- #787
Approach I took :- 1. Utilizing 5 models such as DenseNet121 , Xception, VGG16, ResNet50, and InceptionV3 for image classification.
2. Applying data augmentation (rotation, zooming, flipping, shearing, brightness) to enhance dataset robustness.
3. Comparing model performance using accuracy scores, loss/accuracy graphs, and confusion matrices.
4. Conducting EDA for dataset insights, including image distribution, quality, class imbalances, and sample visualization.
5. Documening the process in a comprehensive README file.
I have worked on this issue..kindly review my pr and in case of no problems merge it with suitable lable (Level-3) if possible as I have tarined the entire set on 5 different models with excellent accuracy.