AI tools
10 client-side AI utilities — OCR, image upscaling, background removal, speech, sentiment, summarization, face blur, keyword extraction, and QR decoding. Models load the first time you use them (5–30 seconds) and are cached locally. No API key, no upload, no signup.
AI Tools
-
AI OCR(圖片轉文字)
使用 Tesseract.js 從圖片中擷取文字,完全在瀏覽器執行不上傳。
開啟工具 →
-
AI 圖片放大器
使用小型 ESRGAN 模型在裝置上將圖片放大 2× 或 4×。
開啟工具 →
-
AI 背景移除
使用 u2net ONNX 模型移除圖片背景,100% 在瀏覽器本機執行。
開啟工具 →
-
文字轉語音
使用瀏覽器內建的 Web Speech API 語音將文字轉為語音。
開啟工具 →
-
語音轉文字
使用瀏覽器的 Web Speech API 即時轉錄麥克風音訊。
開啟工具 →
-
情感分析
透過 Transformers.js 以裝置端 DistilBERT 模型分析文字情感。
開啟工具 →
-
AI 文字摘要器
在瀏覽器中以 BART 模型摘要長文,可選擇載入(約 140MB)。
開啟工具 →
-
AI 臉部模糊
使用 MediaPipe 偵測並自動模糊照片中的臉部,保護隱私。
開啟工具 →
-
關鍵字擷取器
以純 JS RAKE 演算法從文字中擷取熱門關鍵字,無需模型。
開啟工具 →
-
QR 與條碼解碼器
使用 zxing-js 從圖片解碼 QR Code 與條碼,即時且不上傳。
開啟工具 →
Why on-device AI?
Cloud AI services charge per request, log every prompt, and reserve the right to train on your data. Running the same models in your browser via WebAssembly, WebGPU, and the Web Speech API keeps your text, images, and audio strictly local — and after the first model download, the tools work offline.
From OCR and image upscaling to sentiment, summarization, and face blur, every tool here is built for the moment you need AI without the bill, the wait, or the privacy compromise.
常見問題
- Do these AI tools upload my data?
- No. Every AI tool on this page runs entirely in your browser using WebAssembly, WebGPU, or built-in browser APIs. Your text, images, and audio never leave your device.
- Why is the first run slow?
- Heavier AI tools download a model file the first time you use them (typically 1–140MB). After that the model is cached in your browser, so subsequent runs are fast. Lighter tools use built-in browser APIs and need no download.
- Does my device need WebGPU?
- No. Every tool works on CPU via WebAssembly. WebGPU, when available, makes some tools faster — but a CPU fallback is always provided.