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コードやバーコードを瞬時にデコード。アップロード不要。
ツールを開く →
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.