Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.13 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.13 KB

Image Servers

Image server modules for development of deep learning or image processing.

Each module is written with Flask, Flask-Socketio and ReactJS, so client browser will be notified of some changes immediately.

Dependences

  • Python 2 (or 3)
  • OpenCV 2 (or 3)
  • Flask >=0.10.1
  • Flask_SocketIO >=2.2
  • eventlet (for Live Uploader)

Server Modules

  • Viewer
  • Uploader
  • Live Uploader

DNN Examples

To run DNN examples, please install chainer and download bvlc_googlenet.caffemodel to dnn_models (see dnn.py).

Screenshots

Viewer

Visualize each CNN layer

Uploader

Capture client webcam, upload to server and predict it (the upper picture is clock).