Author's theano code: https://github.com/kelvinxu/arctic-captions
Original tensorflow implementation: https://github.com/yunjey/show-attend-and-tell
Original django file upload server implementation: https://github.com/sibtc/simple-file-upload
First, clone this repo.
$ git clone https://github.com/yonilx/show-attend-and-tell-django.git
Install all required packages.
Run the django server with:
$ python manage.py migrate
$ python manage.py runserver
The project is able to upload new images and show their result using the soft attention model in "Show, Attend and tell".