Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T08:52:52.000Z (4 months ago)
- Last Synced: 2024-10-15T21:05:33.687Z (about 1 month ago)
- Topics: flask, heroku, isr, tensorflow, upscale, upscaling
- Language: Python
- Homepage: https://upscale-io.herokuapp.com/
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# upscale-io
[![GPLv3 License](https://img.shields.io/badge/%20License-GPL%20v3-yellow?style=flat-square&labelColor=black)](https://opensource.org/licenses/)
[![Flask](https://img.shields.io/static/v1?label=&message=Flask&color=red&style=flat-square&logo=flask&logoColor=black&logoWidth=16&labelColor=&link=)](https://github.com/pallets/flask)
[![Commited](https://img.shields.io/github/last-commit/albbus-stack/upscale-io?label=Commited&color=42c5f5&style=flat-square&logo=heroku&logoColor=42c5f5&logoWidth=17&labelColor=black)](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: