├── Requirements.txt └── Readme.md /Requirements.txt: -------------------------------------------------------------------------------- 1 | keras == 2.3.1 2 | scikit-learn == 0.22.1 3 | matplotlib == 3.1.3 4 | numpy == 1.18.1 5 | pandas == 1.0.3 6 | nltk == 3.4.5 7 | -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- 1 | For this Projet you must have complete understanding of CNN,LSTM and Transfer learning 2 | You can also check for my blog on Image caption on medium and blogger. 3 | 4 | ( Note this both blogs are same you can choose anyone) 5 | 6 | Dataset link is also available in this blog. 7 | 8 | Medium :- https://medium.com/@manthan.bhikadiya/automatic-image-captioning-using-deep-learning-5e899c127387 9 | 10 | 11 | Blogger :- https://image-caption-generator.blogspot.com/2020/10/image-caption-generator-using-deep.html 12 | --------------------------------------------------------------------------------