Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 427 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 427 Bytes

mnist-cnn

just a keras mnist cnn example with some demo


demo.py (opencv-python)

demo.py example


server.py (flask)

server.py example


Develop enviroment

  • python 3.6

dependency

  • keras 2.2.0 (assume tensorflow backend)
  • h5py 2.7.1
  • numpy 1.14.3
  • opencv-python 3.4.1.15 (demo.py only)
  • flask 1.0.2 (server.py only)

contact