WORLD OF AI : An open-source repository for AI-based projects 🚀, from beginner to expert level, helping contributors start their journey in Artificial Intelligence and Deep Learning. Our projects provide hands-on experience to real-world problems👨💻. Join our community and contribute to the development of AI-based solutions 👥.
Added the folder under the machine learning directory, It has the dataset, along with the stationery item classification machine learning model, and a readme file explaining what has been done, The conclusion (Accuracy and Loss) have been calculated as well.
Type of change
What sort of change have you made:
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Code style update (formatting, local variables)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
How Has This Been Tested?
I have tested the code in my own system, and it is working fine.
Checklist:
[x] My code follows the guidelines of this project.
[x] I have performed a self-review of my own code.
[x] I have commented my code, particularly wherever it was hard to understand.
[x] I have made corresponding changes to the documentation.
[x] My changes generate no new warnings.
[x] I have added tests that prove my fix is effective or that my feature works.
[x] Any dependent changes have been merged and published in downstream modules.
Related Issue
Info about the related issue
[X] GSSOC Participant
[X] Contributor
Closes: #206
Describe the changes you've made
Added the folder under the machine learning directory, It has the dataset, along with the stationery item classification machine learning model, and a readme file explaining what has been done, The conclusion (Accuracy and Loss) have been calculated as well.
Type of change
What sort of change have you made:
How Has This Been Tested?
I have tested the code in my own system, and it is working fine.
Checklist: