Transformers.js – Run Transformers directly in the browser

Transformers.js allows you to run advanced Machine Learning models directly in your browser without a server. From text classification to object detection and audio classification, this tool supports various tasks across different modalities. With a seamless conversion process, you can easily use your pretrained PyTorch, TensorFlow, or JAX models with ONNX Runtime. The library offers a simple way to translate your existing code into Javascript and is especially user-friendly with the pipeline API. Furthermore, on top of the extensive documentation and customization options, Transformers.js offers a wide range of supported tasks and models, making it a powerful tool for web-based Machine Learning applications.

https://github.com/xenova/transformers.js

To top