Skip to content

MsPries/TensorFlow-MNIST

 
 

Repository files navigation

MNIST with TensorFlow

  • This is a reduced version of https://github.com/golbin/TensorFlow-MNIST designed for Programming 4's Escape The Room.
  • Includes a pretrained model and tester
  • Expects you to be using Python3
  • Requires TensorFlow and PIL

Excutable Scripts

  • escape_here.py : use this file to get aquainted with the tester and see an example classification

Helpful Hints

  • Each digit is 28px x 28px
  • The full code is 900 digits long
  • You have a small secret code for practice, but the full key is required from 'secret_code.png'
  • When you think you have the full key, go back and enter it on the puzzle page

About

MNIST with TensorFlow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%