Skip to content
/ img2txt Public

A series of experiments using convnets and LSTMs to generate text from images

Notifications You must be signed in to change notification settings

adamci/img2txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

img2txt

A series of experiments using convolutional neural nets and LSTMs to generate text from images.

As an introduction to the image-to-text problem space, I start out with Stanford's Street View House Numbers (SVHN) dataset. The naive implementation in simple_svhn.ipynb is both a kind of warm-up exercise and also serves as my final project for the Udacity Deep Learning Course which I completed in September of 2017.

Setup

  1. Make sure you have Docker installed!
  2. Run ./setup.sh to create the docker container
  3. Run ./start.sh to start the docker container
  4. Copy the outputted localhost path from the terminal and paste it in your browser
  5. Navigate to the /src folder to see the source code

Notice that with this Docker configuration, datasets are only stored in the container whereas source files are accessible from both the container and its host.

Files

About

A series of experiments using convnets and LSTMs to generate text from images

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published