Quick Demo of Chrome’s Summarization GenAI (Upcoming) API
I’ve blogged a few times recently about Google’s AI on Chrome initiative to bring AI features to the browser itself. Yesterday, my Code Break episode was specifically on this topic:
Play Video
In that session, I talk specifically about the Summarizer API, which does… wait for it… summarization. (It also covers the Writer and Rewriter API which I covered… woah, way back in September of last year: "Using Chrome AI to Rewrite Text")
One interesting aspect of the API is that it offers multiple types of summarization:
key points (the default)
tl;dr
teaser
headline
You can also request three different lengths:
short
medium (default)
long
According... more →
Posted in: JavaScript