Bringing the power of machine learning to the web. Currently working on Transformers.js (@huggingface 🤗)
Nov 21, 2023 • 5 tweets • 2 min read
Transformers.js v2.9.0 is now out! 😍 New features:
🎯 Zero-shot Object Detection w/ OwlViT
🕵️♂️ Depth Estimation w/ DPT and GLPN
📝 Optical Document Understanding w/ Nougat
... and you can get started in just a few lines of code! 🤯👇 1. Zero-shot Object Detection is the task of identifying objects of classes that are unseen during training.
This means you can specify a list of words/phrases at runtime, and the model will generate bounding boxes for any occurrences it finds!