#215 · Primary category: Computer Vision
MAX-Image-Resolution-Enhancer
Upscale an image by a factor of 4, while generating photo-realistic details.
Project last updated:09/17/25
GitHub Stars
1.0K
Forks
161
Contributors
11
License
Apache-2.0
Why we included this project
This IBM MAX project wraps an SRGAN model that takes a pixelated image and upscales it 4x, generating plausible detail rather than just blurring or smoothing the pixels. It ships as a Docker container with pre-trained weights and a REST API, so you can deploy it as a microservice and call it from your own code without touching the training pipeline. Because it comes from the IBM Model Asset Exchange, there are clear deployment instructions for Docker, Kubernetes, and OpenShift, which saves you the usual plumbing work. The model was trained on 600,000 images from OpenImages V4, and the repo includes benchmarks that show the generator favors visually crisp output over raw PSNR/SSIM scores, so it's worth testing on your own images rather than trusting the numbers.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)