shreyansh26/DeepLearning-in-the-Browser
Deploy Deep Learning models directly in the browser. Includes code for deploying using Tensorflow.js, WebDNN, and ONNX.js.
This helps web developers integrate deep learning models directly into web applications, allowing for client-side execution. You can take your trained machine learning model and use it to process data, such as classifying images, right within a user's web browser, delivering immediate results without server-side processing. This is designed for front-end developers, web engineers, or full-stack developers looking to enhance web apps with on-device AI capabilities.
No commits in the last 6 months.
Use this if you are a web developer who needs to run machine learning models directly in the user's browser for tasks like real-time image classification or data processing without relying on a backend server.
Not ideal if you need to train machine learning models, perform complex server-side AI computations, or are not building a web application.
Stars
8
Forks
4
Language
JavaScript
License
—
Category
Last pushed
Jan 26, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/shreyansh26/DeepLearning-in-the-Browser"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
OpenMined/syft.js
The official Syft worker for Web and Node, built in Javascript
transcranial/keras-js
Run Keras models in the browser, with GPU support using WebGL
ewfian/faiss-node
Node.js bindings for faiss
nikhilk/node-tensorflow
Node.js + TensorFlow
beenotung/tensorflow-helpers
Helper functions to use tensorflow in nodejs for transfer learning, image classification, and more