@visheratin/web-ai-node
TypeScript icon, indicating that this package has built-in type declarations

1.4.5 • Public • Published

Web AI

Web AI is a TypeScript library that allows you to run modern deep learning models directly in the web browser or in Node.js. You can easily add AI capabilities to your web applications without the need for complex server-side infrastructure or third-party APIs.

Features:

  • Easy to use. Create a model with one line of code, get the result with another one.
  • Powered by ONNX runtime. Web AI runs the models using ONNX Runtime, which has rich support for of all kinds of operators. It means that any model will work just fine.
  • Built-in caching. When using in the browser, Web AI stores the downloaded models in IndexedDB using localforage. You can configure the size of the cache dynamically.
  • Web worker support. All heavy operations - model creation and inference - are offloaded to a separate thread so the UI does not freeze.

More information about how to use the library can be found in the wiki.

How to install

The library can be installed via npm.

Browser version:

npm install @visheratin/web-ai

Node.js version:

npm install @visheratin/web-ai-node

Status

The library is under active development. If something does not work correctly, please file an issue on GitHub. Contributions are very welcome.

Sponsors

  • Continuing work on this project is sponsored by Reflect - awesome app for taking notes.
  • Thanks to AlgoveraAI for the grant under their AI project financing program.

Package Sidebar

Install

npm i @visheratin/web-ai-node

Weekly Downloads

29

Version

1.4.5

License

MIT

Unpacked Size

349 kB

Total Files

173

Last publish

Collaborators

  • visheratin