Transform your low-resolution images into stunning high-quality masterpieces (4x upscaling) with ease using our Flask web application. Powered by AI image upscaling technology, it effortlessly enhances the details and sharpness of your images. Elevate your visual content and impress your audience with every click.
- Git
- Pytnon 3.12
git clone https://github.com/thereisnouser/image-upscaler.git
cd image-upscaler# Windows
python -m venv .venv
.\.venv\Scripts\activate
# Linux / macOS
python3 -m venv .venv
source .venv/bin/activatepython -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txtpython app.py- Open your browser and go to http://127.0.0.1:5000/
- Upload an image using the form
- Get the enhanced (×4 upscaled) version of your image