Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 373 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 373 Bytes

Demo

Demo in React.js. Uses Ant Design as a UI framework and ONNX.js to do live ONNX model inferences.

Usage

  1. Install dependencies using Yarn
yarn
  1. Run the create-react-app server
yarn start

Using Docker / docker-compose:

  1. Run docker-compose
docker-compose up