idealo / image-super-resolution

🔎 Super-scale your images and run experiments with Residual Dense and Adversarial Networks.
https://idealo.github.io/image-super-resolution/
Apache License 2.0
4.62k stars 762 forks source link

Add Docker environment & web demo #215

Open ericguizzo opened 3 years ago

ericguizzo commented 3 years ago

Hello @idealo!

I really liked your implementation, it works very well!

This pull request makes it possible to run your model inside a Docker environment, which makes it easier for other people to run it. We're using an open source tool called Cog to make this process easier.

This also means we can make a web page where other people can try out your model! View it here: https://replicate.ai/idealo/image-super-resolution

That page also has instructions on how to use the Docker image, which is on our registry at r8.im/idealo/image-super-resolution

Claim your page here so you can edit it, and we'll feature it on our website and tweet about it too.

In case you're wondering who I am, I'm from Replicate, where we're trying to make machine learning reproducible. So many cool models are being made, but I got frustrated that I couldn't run them, hence we're trying to fix that. :)