kjunichi / classify_image_web

web app for classify_image.py(tensorflow)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

web app for classify_image.py(tensorflow)

License:MIT License


Languages

Language:HTML 81.7%Language:Python 18.3%