Skip to content

Instantly share code, notes, and snippets.

@arafatkatze
Last active February 28, 2018 04:02
Show Gist options
  • Save arafatkatze/35a5ab6706c1fb11fdf39f5f22738c3b to your computer and use it in GitHub Desktop.
Save arafatkatze/35a5ab6706c1fb11fdf39f5f22738c3b to your computer and use it in GitHub Desktop.
# Read the image file
image_file = File.new(Dir.pwd + '/break-captcha-protobuf/captcha-1.png', "r")
feeds_tensor = Tensorflow::Tensor.new(image_file.read)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment