Hoff97/tensorjs
Deep learning for the Web
This is a JavaScript/TypeScript library designed for web developers to integrate machine learning and deep learning directly into web browsers. It allows you to perform numerical computations with multi-dimensional arrays (tensors) and run pre-trained ONNX models efficiently within a web application. Developers can input data like images or videos and get back processed tensors or model predictions, enabling interactive AI experiences.
No commits in the last 6 months.
Use this if you are a web developer building interactive web applications that need to perform complex numerical computations or run deep learning models directly in the user's browser, especially leveraging GPU for speed.
Not ideal if you need a server-side solution for deep learning inference or training, or if you require full support for all ONNX operators and maximum numerical precision not always available with WebGL.
Stars
38
Forks
2
Language
TypeScript
License
MIT
Category
Last pushed
Apr 07, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Hoff97/tensorjs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tensorflow/tfjs
A WebGL accelerated JavaScript library for training and deploying ML models.
nnstreamer/api
Machine Learning API (Origin: C++: SNAP, C/C#: Tizen API, Java: Samsung-Research ML API). For...
microsoft/DMTK
Microsoft Distributed Machine Learning Toolkit
R-js/blasjs
Pure Javascript manually written :ok_hand: implementation of BLAS, Many numerical software...
tensorflow/tfjs-core
WebGL-accelerated ML // linear algebra // automatic differentiation for JavaScript.