Build a speech transcription demo with OpenAI’s Whisper model in-browser using Transformers.js
2025年6月27日 11:53
Transformers.js Transformers.js is a Javascript implementation of the Python library transformers, which was developed by HuggingFace. Transformers.js uses ONNX Runtime to run pre-trained AI models with JavaScript. Long story short, ONNX Runtime allows developers to share neural network models interchangeably among frameworks and support a wide range hardwares. Common tasks supported by Transformers.js: Natural Language … Continue reading Build a speech transcription demo with OpenAI’s Whisper model in-browser using Transformers.js