Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 509 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 509 Bytes

classify_image_web

web app for classify_image.py(tensorflow)

prerequesties

  • python3
  • Tensorflow
  • git command
  • patch command

how to use

python build.py
python classify_image_web.py

macOS

open http://localhost:8000/input

Windows

start http://localhost:8000/input

Firefox,Chrome works well.

You can use also from CLI

Something like this:

curl --data-binary '@/Users/kjunichi/Pictures/IMG_0132.jpg' http://localhost:8000