Metadata-Version: 2.1
Name: image-caption-generator-elizastarr
Version: 0.1.3
Summary: An LSTM image caption generator.
Home-page: UNKNOWN
Author: Eliza Starr
Author-email: eliza.r.starr@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: ==3.8.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (==1.19)
Requires-Dist: matplotlib
Requires-Dist: tensorflow (==2.4.3)
Requires-Dist: keras (==2.4.3)
Requires-Dist: pandas (==1.3.2)
Requires-Dist: ipykernel
Requires-Dist: nltk (==3.6.2)
Requires-Dist: python-dotenv
Requires-Dist: sklearn

This project was orignally completed as a jupyter notebook assignment for a Deep Learning course at the Technical University of Eindhoven, and is based on the paper [Show and Tell: A Neural Image Caption Generator](https://arxiv.org/abs/1411.4555) by Vinyals et al. in 2015.

