praeclarum/transformers-js
Browser-compatible JS library for running language models
This is a JavaScript library for web developers who want to integrate natural language processing (NLP) directly into their web applications. It allows you to run powerful language models, like those for translation, entirely within the user's browser, without needing a backend server. This means your web app can take text input and perform tasks like language translation, generating text, or answering questions, all client-side.
233 stars. No commits in the last 6 months.
Use this if you are a web developer building interactive web applications that require on-device, client-side natural language processing capabilities.
Not ideal if you need to run very large or complex language models that require significant computational resources, or if you prefer server-side processing for security or performance reasons.
Stars
233
Forks
17
Language
JavaScript
License
MIT
Category
Last pushed
Aug 25, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/praeclarum/transformers-js"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
huggingface/transformers.js
State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with...
huggingface/transformers.js-examples
A collection of 🤗 Transformers.js demos and example applications
daviddaytw/react-native-transformers
Run local LLM from Huggingface in React-Native or Expo using onnxruntime.
salesforce/TransmogrifAI
TransmogrifAI (pronounced trăns-mŏgˈrə-fī) is an AutoML library for building modular, reusable,...
jobergum/browser-ml-inference
Edge Inference in Browser with Transformer NLP model