Skip to content

jonzarecki/show-attend-and-tell-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Show, Attend and Tell on a django server

Alt text

References

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


Prerequisites

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".