LostBeard/SpawnDev.BlazorJS.TransformersJS
Use Transformers.js from Blazor WebAssembly to run pretrained models with the ONNX Runtime in the browser.
This project helps web developers embed advanced machine learning features directly into Blazor WebAssembly applications. It allows you to take pretrained PyTorch, TensorFlow, or JAX models and run them in the user's browser for tasks like text summarization, image classification, or speech recognition. The typical user is a web developer building interactive, intelligent web applications who wants to avoid server-side processing for AI tasks.
Use this if you are a Blazor WebAssembly developer wanting to integrate cutting-edge AI models directly into your client-side web applications without needing a backend server for inference.
Not ideal if you are not a Blazor WebAssembly developer, or if your machine learning models require significant computational resources best handled by a powerful server.
Stars
8
Forks
1
Language
C#
License
MIT
Category
Last pushed
Feb 17, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/LostBeard/SpawnDev.BlazorJS.TransformersJS"
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