Niketkumardheeryan / ML-CaPsule

ML-capsule is a Project for beginners and experienced data science Enthusiasts who don't have a mentor or guidance and wish to learn Machine learning. Using our repo they can learn ML, DL, and many related technologies with different real-world projects and become Interview ready.
MIT License
336 stars 297 forks source link

image captioning added #667

Closed HazSyl1 closed 1 month ago

HazSyl1 commented 1 month ago

Added notebooks, data, and relevant information on image captioning using deep learning. The process is briefly explained in the README file, along with the model diagram. Resolves #658 .

invigorzz313 commented 1 month ago

LGTM but can you remove the empty "Image Captioning/Model Files/Readme.md.bak" file if it has no use?

HazSyl1 commented 1 month ago

I've removed "Image Captioning/Model Files/Readme.md.bak".

Niketkumardheeryan commented 1 month ago

Hi @HazSyl1 , good work , but please add images of of your results and accuracy with different pretrained model or CNN, And i found your code is not much readable , No Image preprocessing (visualize) , try to add accuracy chart as well

Niketkumardheeryan commented 1 month ago

@HazSyl1 any update ,otherwise will close the PR.

HazSyl1 commented 1 month ago

Yes the task is almost done . I'll be pushing the complete repo in a while.

HazSyl1 commented 1 month ago

Hi, in the latest commit. I've elaborated the code clearly and concisely. And I've performed model testing and evaluation mentioning the scores as well. Apart from this, I've added visualization of the architecture used and how its filters affect the image to get a feature map.