Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 837 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 837 Bytes

opecvjs_tensorflowjs_viewer

Model viewer by opencvjs and tensorflow.js

This repository is HTML/Javascript application for checking your Deep Learing (DL) model.

Features

  • Edit Image by OpenCVjs
  • Check your classification DL model prediction to edited images

Usage

  • Just use
  1. Open index.html by Web Server for Chrome
  2. Read Image File
  3. Set edit parameter from center red area
  4. Press Edit Button
  5. Press Predict Button to show the model predction (Original or edited image)
  • Replace Model
  1. convert your model to js format by TensorflowJS
  2. modify params.js for your model settings

Reference