An open API service indexing awesome lists of open source software.

https://github.com/aryanjain28/image-caption-generator

Fused RNN and CNN to predict image activity by amalgamating Xception model output and text input for enhanced accuracy.
https://github.com/aryanjain28/image-caption-generator

cnn computer-vision data-science machine-learning neural-network python rnn tensorflow

Last synced: about 2 months ago
JSON representation

Fused RNN and CNN to predict image activity by amalgamating Xception model output and text input for enhanced accuracy.

Awesome Lists containing this project

README

          

# Image Caption Generator

Trained a model by merging RNN and CNN to generate the activity occuring on the image. The model takes pre-trained output from another model, Xception, as image's input and takes another input from text and merges them and generates predictions.

# BLEU scores

Below is a chart that I prepared for the BLEU score of my VGG16 and Xception model.
The higher the BLEU score, the higher the accuracy of Model.
You can see the Xception Model-4 has the highest score, and that is the model used in this project.




# Screenshots

Below are some screenshots, half of them are from training set while others are randomly picked from internet.
As observed below some results are exceptionally good, while some are too bad.






























































# References

https://machinelearningmastery.com/

https://data-flair.training/

https://www.youtube.com/