Transformers.js

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

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. transformers.js

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

    As shown in the demo video (on GitHub [1], or Twitter [2]), you do get that result sometimes (with randomness)

    Using greedy sampling (sample=false and top_k=0) you get "Bonjour, comment êtes-vous?", which appears to be a very direct translation.

    As mentioned in one of my previous comments, these inaccuracies also occur in the PyTorch models, and so, it's not the library's fault :')

    [1] https://github.com/xenova/transformers.js

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. memory64

    Discontinued Memory with 64-bit indexes

    Right - currently, everything runs using WASM (32-bit, with 64-bit coming soon [1,2]), and I plan to add support for WebGPU soon!

    (WebGPU is the successor to WebGL, which is coming out in April 2023 [3])

    [1] https://github.com/WebAssembly/memory64/issues/36#issuecomme...

  4. onnxruntime

    ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator

    [3] https://github.com/microsoft/onnxruntime/issues/11695#issuec...

  5. rust-bert

    Rust native ready-to-use NLP pipelines and transformer-based models (BERT, DistilBERT, GPT2,...)

    I'd like to use this transformer model in rust (because it's on the backend, because I can use data munging and it will be faster, and for other reasons). It looks like a good model! But, it doesn't compile on Apple Silicon for wierd linking issues that aren't apparent - https://github.com/guillaume-be/rust-bert/issues/338. I've spent a large part of today and yesterday attempting to find out why. The only other library that I've found for doing this kind of thing programmatically (particularly sentiment analysis) is this (https://github.com/JohnSnowLabs/spark-nlp). Some of the models look a little older, which is OK, but it does mean that I'd have to do this in another language.

    Does anyone know of any sentiment analysis software that can be tuned (other than VADER - I'm looking for more along the lines of a transformer model) - like BERT, but is pretrained and can be used in Rust or Python? Otherwise I'll probably using spark-nlp and having to spin another process.

    Thanks.

  6. spark-nlp

    State of the Art Natural Language Processing

    I'd like to use this transformer model in rust (because it's on the backend, because I can use data munging and it will be faster, and for other reasons). It looks like a good model! But, it doesn't compile on Apple Silicon for wierd linking issues that aren't apparent - https://github.com/guillaume-be/rust-bert/issues/338. I've spent a large part of today and yesterday attempting to find out why. The only other library that I've found for doing this kind of thing programmatically (particularly sentiment analysis) is this (https://github.com/JohnSnowLabs/spark-nlp). Some of the models look a little older, which is OK, but it does mean that I'd have to do this in another language.

    Does anyone know of any sentiment analysis software that can be tuned (other than VADER - I'm looking for more along the lines of a transformer model) - like BERT, but is pretrained and can be used in Rust or Python? Otherwise I'll probably using spark-nlp and having to spin another process.

    Thanks.

  7. web-stable-diffusion

    Bringing stable diffusion models to web browsers. Everything runs inside the browser with no server support.

    checkout https://mlc.ai/web-stable-diffusion, which is builds on top of Apache TVM and brings in models from PyTorch2.0, ONNX and other means into the ML compilation flow

  8. web-ai

    Run modern deep learning models in the browser.

    How does this compare to this project: https://github.com/visheratin/web-ai

    Does it support using custom ONNX models?

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
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

  • Fine-tuning LLMs locally: A step-by-step guide

    4 projects | dev.to | 8 Apr 2025
  • Introducing DoCoreAI – Dynamic Optimization & Contextual Response Engine

    1 project | dev.to | 7 Apr 2025
  • Wolfram: Learning about Innovation from Half a Century of Conway's Game of Life

    2 projects | news.ycombinator.com | 19 Mar 2025
  • Let Claude read your Gas Meter with this Amazing new Feature

    1 project | dev.to | 29 Nov 2024
  • How to Build a Basic Chatbot Using TensorFlow and JavaScript

    1 project | dev.to | 3 Sep 2024

Did you know that Scala is
the 37th most popular programming language
based on number of references?