/Image-Caption-Generator

A Web App to generate caption for Images. VGG-16 Model is used to encode the images and extracting features and LSTM's will be used for training captions.

Primary LanguageHTMLMIT LicenseMIT

Image-Caption-Generator

A Web App to generate caption for Images. VGG-16 Model is used to encode the images and extracting features and LSTM's will be used for training captions.

Model

Screenshots of the flask App

  • homepage

  • application page

  • output

  • developer page

Video Demo

How to run the project

  • Install python 3 (3.7 or higher) and add python to path
  • Clone the repository using cmd or bash:
git clone https://github.com/ABX9801/Book-Review-Website.git
  • Install requirements using cmd or bash:
pip install -r requirements.txt
  • Run the server in using cmd or bash:
flask run