Image Captioning Project
I made this Image Captioning project which is quite similar to Microsoft's CaptionBot.ai. Although CaptionBot.ai is much more powerful and accuracy is a lot more than my model.
I made a web app with Flask Framework to upload any photo and get relevant caption for it.
- InceptionV3 Model trained on ImageNet
- LSTM Layers
- RNN Layers
- Trained on 30,000 Images by Flickr30k dataset