sujaykhandekar / Automated-objects-removal-inpainter

Automated object remover Inpainter is a project that combines Semantic segmentation and EdgeConnect architectures with minor changes in order to remove specified object/s from list of 20 objects from all the input photos
Other
199 stars 40 forks source link

Add Docker environment & web demo #23

Closed vccheng2001 closed 2 years ago

vccheng2001 commented 2 years ago

Hey @sujaykhandekar! 👋

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.

We've created a web page where other people can try out your model! View it here: https://replicate.com/sujaykhandekar/object-removal We have added some examples to the page, but please claim the page so you can own the page, customize the Example gallery as you like, push any future update to the web demo, 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. We got frustrated that we couldn't run all the really interesting ML work being done. So, we're going round implementing models we like. 😊

sujaykhandekar commented 2 years ago

@vccheng2001 very good idea! Thanks