Switch language한국어
Back to the list

I built an AI Image Upscaler that runs 100% in the browser (no server uploads)

TL;DR AI

Key summary

2 min read
  1. A developer launched an AI image upscaler that runs entirely in the browser so images never leave the device.

  2. The tool can upscale photos, anime, and digital art to up to 4K resolution without sign-up or watermarks on free outputs.

  3. The frontend uses Astro, TypeScript, and Preact while AI inference runs client-side with TensorFlow.js and ONNX Runtime Web.

  4. The service is available at imgupscaleai.com and offers three free daily uses per user.

Read the original