Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.14 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.14 KB

Image-Captioning

Project Preview

An Image-to-Caption Generator web built using Machine Learning and Tensorflow js for Deployment. The model itself is a combination of 2 principles, using CNN and LSTM.

To run, simply do these steps:

  • Clone this repo and run python -m http.server 8000
  • Wait until the model is nicely loaded (you will see 'Good to go!' on the page)
  • Click upload to upload your image, and click 'Generate Caption' to witness the magic.

This repo is a submission for Bangk!t final group assignment on CNN Tensorflow model, presented to you by:

For source code of model behind this project kindly visit: https://github.com/aflita/image-captioning-flickr8k

Another quarantine spent awesomely :)