WebAI.js

A simple Web AI model deployment tool using JavaScript based on OpenCV.js and ONNXRuntime

APACHE-2.0 License

Downloads
39
Stars
48
Committers
1

Bot releases are visible (Hide)

WebAI.js - WebAI.js 2.0.2 Latest Release

Published by jm12138 over 2 years ago

  • 添加 ts 语言支持
  • 升级 ONNXRuntime-web == 1.11.0
  • 修改模型加载 API
  • 拆分 OpenCV.js wasm 文件
  • 精简 OpenCV.js 中无用的加载代码
WebAI.js - WebAI.js 1.1.4

Published by jm12138 over 2 years ago

Add a configs convertor to the online experience page.
Add JavaScriptDoc comments.

WebAI.js - WebAI.js 1.1.0

Published by jm12138 over 2 years ago

  • Replace WebPack with Vite as the build tool.