Lab 11 Report - SAISRIHARSHAS/Big-Data-Analytics-and-Applications-CS5542 GitHub Wiki

Lab 11 Report. Write a TensorFlow program for the following Task. a. Generate captions for your own dataset that is not covered in class tutorial using the model provided. b. Generate 4 captions for each image. (Beam Search k=4)

Sol: Dataset: Model is created to support a plethora of dataset. Collected dataset from different sources.

Beam Size (k=4): Captions generated from the input data.

Develop a web based question and answering system similar to that covered in class. b. Develop Q & A that is related to your project.

Deployed TensorFlow code in Heroku, but heroku limits the number of instance calls for the free version. Heroku (create): Heroku (deployed): Created question and answer for the dataset related to our project using google conversation (api.ai). Intents (GoogleConversation): Entities: Web Application: