TensorFlow.js models
Explore pre-trained models to add computer vision, natural language processing (NLP), and other common ML tasks to your web and browser-based applications.
Vision
Analyze features in images and videos. Unlock new real-time experiences in the browser.
Body
Detect key points and poses on the face, hands, and body with models from MediaPipe and beyond, optimized for JavaScript and Node.js.
Detect faces in images using a Single Shot Detector architecture with a custom encoder (Blazeface).
Predict 486 3D facial landmarks to infer the approximate surface geometry of human faces.
Unified pose detection API for using one of three models that help detect atypical poses and fast body motions with real time performance.
Palm detector and hand-skeleton finger tracking model. Predict 21 3D hand keypoints per detected hand.
Text
Enable NLP in your web app using the power of BERT and other Transformer encoder architectures.
Answer questions based on the content of a given passage of text using BERT.
Score the perceived impact a comment may have on a conversation, from "Very toxic" to "Very healthy" (Toxicity).
Encode text into embeddings for NLP tasks such as sentiment classification and textual similarity (Universal Sentence Encoder).
Audio
Classify audio to detect sounds and trigger an action in your web app.
Classify 1-second audio snippets from the speech commands dataset (speech-commands).
General
Find more TensorFlow.js models that can be used out of the box.
Utility to create a classifier using the K-Nearest-Neighbors algorithm. Can be used for transfer learning.