Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 945 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 945 Bytes

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.