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
-
OCR con IA (imagen a texto)
Extrae texto de imágenes con Tesseract.js — totalmente en tu navegador, sin subidas.
Abrir herramienta →
-
Mejorador de imagen con IA
Aumenta imágenes 2× o 4× con un modelo ESRGAN ligero que corre en tu dispositivo.
Abrir herramienta →
-
Eliminador de fondos con IA
Quita fondos de imágenes con un modelo u2net ONNX — 100% en tu navegador.
Abrir herramienta →
-
Texto a voz
Convierte texto en voz con las voces integradas de la Web Speech API del navegador.
Abrir herramienta →
-
Voz a texto
Transcribe en vivo el audio del micrófono con la Web Speech API del navegador.
Abrir herramienta →
-
Análisis de sentimiento
Analiza el sentimiento del texto con un modelo DistilBERT vía Transformers.js en tu dispositivo.
Abrir herramienta →
-
Resumidor de texto con IA
Resume textos largos con un modelo BART en tu navegador — carga pesada opcional (~140MB).
Abrir herramienta →
-
Desenfoque de caras con IA
Detecta y difumina caras automáticamente en fotos con MediaPipe — protege tu privacidad.
Abrir herramienta →
-
Extractor de palabras clave
Extrae palabras clave de cualquier texto con el algoritmo RAKE en JS puro — sin modelo.
Abrir herramienta →
-
Decodificador QR y de códigos de barras
Decodifica códigos QR y de barras desde imágenes con zxing-js — instantáneo y sin subidas.
Abrir herramienta →
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.
Preguntas frecuentes
- 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.