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 👥.
Closes: #27
I have completed the image captioning model. I have added a folder in deep-learning named Image-Captioning where the structure is as described in the contributor guidance readme file.
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?
Model was working on notebook. Predicted for few images.
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 #27
Closes: #27 I have completed the image captioning model. I have added a folder in deep-learning named Image-Captioning where the structure is as described in the contributor guidance readme file.
Type of change
What sort of change have you made:
How Has This Been Tested?
Model was working on notebook. Predicted for few images.
Checklist:
Screenshots