O TensorFlow.js é uma biblioteca para machine learning no JavaScript
Desenvolva modelos de ML em JavaScript e use ML diretamente no navegador ou no Node.js.
Como funciona
Executar modelos existentes
Use modelos do JavaScript prontos ou converta modelos do TensorFlow em Python para que sejam executados no navegador ou pelo Node.js.
Treinar novamente modelos existentes
Treine modelos de ML pré-existentes com seus próprios dados.
Desenvolva ML com JavaScript
Use APIs intuitivas e flexíveis para criar e treinar modelos diretamente em JavaScript.
Demonstrações

Assista a uma apresentação de piano em tempo real de uma rede neural.

Use imagens treinadas no navegador para jogar Pac-Man.

Viaje para uma praia tropical, o espaço sideral ou qualquer outro lugar com o poder do ML para a Web.
Notícias e avisos
Confira nosso blog para mais atualizações. Assine a newsletter do TensorFlow para receber os avisos mais recentes direto na sua caixa de entrada.
How Adobe used Web ML with TensorFlow.js to enhance Photoshop for web
Photoshop Web Beta is a browser-based version of the popular desktop image editing software, Adobe Photoshop. This online tool offers a wide range of features and capabilities for editing, enhancing, and manipulating images, all through a web
TensorFlow
30 de março de 2023
Content moderation using machine learning: the server-side part
cd text - moderation / functions const functions = require ( 'firebase-functions' ); const toxicity = require ( '@tensorflow-models/toxicity' ); exports. moderator = functions. database. ref ( '/messages/{messageId}' ). onCreate ( async ( snapshot,
TensorFlow
8 de setembro de 2022
JAX on the Web with TensorFlow.js
In this blog post we demonstrate how to convert and run Python-based JAX functions and Flax machine learning models in the browser using TensorFlow.js. We have produced three examples of JAX-to-TensorFlow.js conversion each with increasing
TensorFlow
31 de agosto de 2022
Content moderation using machine learning: a dual approach
I've often wondered why anonymity drives people to say things that they'd never dare say in person, and it’s unfortunate that comment sections for videos and articles are so often toxic! If you’re interested in content moderation, you can use machine
TensorFlow
19 de agosto de 2022
Participação da comunidade
Veja outras maneiras de participar da comunidade do TensorFlow.