Skip to content

albbus-stack/upscale-io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

upscale-io

GPLv3 License Flask Commited

A simple tool to upscale your images, live at https://upscale-io.herokuapp.com/ (this site doesn't really work due to my hosting limitations, I strongly recommend you build this yourself). Built using flask and ISR.

Build it

Requirements
  • Python 3

  • Pip

Steps
  1. Pull this repository.

  2. Cd into upscale-io where the requirements.txt is located.

  3. Activate your virtualenv.

  4. Run pip install -r requirements.txt in your terminal.

  5. Run python app.py and open http://127.0.0.1:5000/.

  6. Enjoy. :octocat: