https://github.com/albbus-stack/upscale-io
A simple tool to upscale your images.
https://github.com/albbus-stack/upscale-io
flask heroku isr tensorflow upscale upscaling
Last synced: 3 months ago
JSON representation
A simple tool to upscale your images.
- Host: GitHub
- URL: https://github.com/albbus-stack/upscale-io
- Owner: albbus-stack
- License: gpl-3.0
- Created: 2021-02-23T21:38:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T08:52:52.000Z (11 months ago)
- Last Synced: 2025-03-25T19:49:15.907Z (3 months ago)
- Topics: flask, heroku, isr, tensorflow, upscale, upscaling
- Language: Python
- Homepage: https://upscale-io.herokuapp.com/
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# upscale-io
[](https://opensource.org/licenses/)
[](https://github.com/pallets/flask)
[](https://github.com/albbus-stack/upscale-io/commits)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](https://github.com/pallets/flask) and [ISR](https://github.com/idealo/image-super-resolution).## 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: