Image-Upscaler / README.md
Avanish11's picture
Update README.md
671ff92 verified
|
Raw
History Blame Contribute Delete
384 Bytes
---
title: Image Upscaler
sdk: docker
emoji: 📚
colorTo: blue
app_file: app.py
pinned: false
---
# Image Upscaler
Image restoration and upscaling using GFPGAN and Real-ESRGAN.
## Features
* Face restoration
* Image enhancement
* Real-ESRGAN upscaling
* FastAPI backend
* Docker deployment
## Run Locally
docker build -t image-upscaler .
docker run -p 7860:7860 image-upscaler