One of the newest features in Scribe, my instant YouTube transcript web app, is AI-generated chapters and what makes it special is that the entire process runs locally, inside your browser.
No API calls, no server inference, just pure on-device intelligence powered by Transformers.js from Xenova and Hugging Face.
Running locally offers three big wins:
- Privacy: your transcript text never leaves your computer.
- Speed: chapters are generated instantly, without waiting on a server round trip.
- Scalability: there’s no backend load — everything happens on the client side.