Transformers.js: Machine Learning for the Web

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • transformers.js

    State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!

  • We have some other WebGPU demos, including:

    - WebGPU embedding benchmark: https://huggingface.co/spaces/Xenova/webgpu-embedding-benchm...

    - Real-time object detection: https://huggingface.co/spaces/Xenova/webgpu-video-object-det...

    - Real-time background removal: https://huggingface.co/spaces/Xenova/webgpu-video-background...

    - WebGPU depth estimation: https://huggingface.co/spaces/Xenova/webgpu-depth-anything

    - Image background removal: https://huggingface.co/spaces/Xenova/remove-background-webgp...

    You can follow the progress for full WebGPU support in the v3 development branch (https://github.com/xenova/transformers.js/pull/545).

    To answer your question, while there are certain ops missing, the main limitation at the moment is for models with decoders... which are not very fast (yet) due to inefficient buffer reuse and many redundant copies between CPU and GPU. We're working closely with the ORT team to fix these issues though!

  • doodle-dash

    Doodle Dash, an ML-powered web game that runs completely in your browser, thanks to Transformers.js!

  • - (20MB) Doodle Dash, an ML-powered sketch detection game: https://huggingface.co/spaces/Xenova/doodle-dash

    … and many many more! Check out the Transformers.js demos collection for some others: https://huggingface.co/collections/Xenova/transformersjs-dem....

    Models are cached on a per-domain basis (using the Web Cache API), meaning you don’t need to re-download the model on every page load. If you would like to persist the model across domains, you can create browser extensions with the library! :)

    As for your last point, there are efforts underway, but nothing I can speak about yet!

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • ellmers

    Embedding Large Language Model Experiential Retrieval Service

  • I’m using it for a simple project: https://github.com/sroussey/ellmers

    My plan is to test embedding and retrieval strategies for different RAG strategies to be used by a server or electron app.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Deja-Vu your AI✦ Bookmarking Tool

    4 projects | dev.to | 10 Mar 2024
  • Transformers.js releases Zero-shot audio classification support

    1 project | news.ycombinator.com | 5 Dec 2023
  • Show HN: Tiny LLMs – Browser-based private AI models for a wide array of tasks

    2 projects | news.ycombinator.com | 16 Nov 2023
  • Transformers.js

    1 project | news.ycombinator.com | 8 Jul 2023
  • Transformers.js: Run Machine Learning models directly in the browser

    1 project | news.ycombinator.com | 26 Jun 2023