CoolFace
Apppublic

powerful-chair/upscaler

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

๐Ÿ” Image Upscaler API

A FastAPI service to upscale low-resolution images using RealESRGAN_x4plus. Deployed on Hugging Face Spaces (CPU-only).

๐Ÿš€ Usage

  1. 1.Send a POST request to /upscale endpoint:
  2. 2.image: image file (form-data)
  3. 3.or image_url: public image URL (string)
  1. 1.Returns the upscaled image as image/jpeg.

๐Ÿง  Model

  • โ€”RealESRGAN_x4plus (pretrained model for general image super-resolution)
  • โ€”Processed via basicsr + realesrgan pipelines

๐Ÿณ Deployment

Uses Docker SDK (FastAPI + Uvicorn + model + dependencies) on Hugging Face Spaces.