Skip to content

Gurpreetsingh9465/im2txt2speech-android

Repository files navigation

im2txt2speech-android

Infernce of show-and-tell model on android using the tensorflow infernce class refer this link to learn more https://www.tensorflow.org/mobile/android_build

Model architecture

Original Paper

Examples

Steps

  1. clone and extract the repository.
  2. download the .pb file from this Link
  3. move optimized.pb file to the following path
im2txt2speech-android\app\src\main\assets\
  1. build and run the app.