Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 974 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 974 Bytes

visitors

Image Captioning

  • Generate captions for images using CNN & LSTM on Flickr8K dataset.
  • Microsoft Caption Bot AI as inspiration. https://www.captionbot.ai/
  • Trained model - Model_9.h5.
  • Walkthrough of the whole code in ./Image Captioning/Image Captioning Project.ipynb
  • Screenshots of results gets stored in ./result_ml_caption

Instructions to run


git clone git@github.com:Soham-coder/image_caption.git 

or 

git clone https://github.com/Soham-coder/image_caption.git

cd ./Deploying ML Models on Web/Image Captioning/

pip3 install -r requirements.txt

python3 app.py

It will run the ML Model on localhost 

Go to http://127.0.0.1:5000// on a browser 

After some time your server will become active

Select images and have fun!! 

All image that you will try predicting in this gui will get stored in 
./Deploying ML Models on Web/Image Captioning/static