Skip to content

Elevate your low-res images effortlessly with our simple Flask web app powered by AI image upscaling.

Notifications You must be signed in to change notification settings

thereisnouser/image-upscaler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-upscaler

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.

ImageUpscaler

Dependencies

  • Git
  • Pytnon 3.12

Run

1. Clone repository

git clone https://github.com/thereisnouser/image-upscaler.git
cd image-upscaler

2. Create a Virtual Environment

# Windows
python -m venv .venv
.\.venv\Scripts\activate

# Linux / macOS
python3 -m venv .venv
source .venv/bin/activate

3. Install Dependencies

python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt

4. Run the Application

python app.py

5. Usage

  1. Open your browser and go to http://127.0.0.1:5000/
  2. Upload an image using the form
  3. Get the enhanced (×4 upscaled) version of your image

About

Elevate your low-res images effortlessly with our simple Flask web app powered by AI image upscaling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.3%
  • Python 37.7%