yuval-alaluf / SAM

Official Implementation for "Only a Matter of Style: Age Transformation Using a Style-Based Regression Model" (SIGGRAPH 2021) https://arxiv.org/abs/2102.02754
https://yuval-alaluf.github.io/SAM/
MIT License
632 stars 151 forks source link

Add Docker environment & web demo #34

Closed bfirsh closed 3 years ago

bfirsh commented 3 years ago

Hey @yuval-alaluf! 👋

I've really enjoyed using your model, although it's somewhat unsettling on myself. 😅

To run predictions on it, I set up a Docker environment. This pull request adds a Cog file, which I used to do that.

This also means we can make a web page where other people can try out your model! View it here: https://replicate.ai/yuval-alaluf/sam

If you claim your page by signing in with GitHub, then we'll feature it on Replicate.

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. 😊

yuval-alaluf commented 3 years ago

Hi @bfirsh , I'm really happy to see you liked our work! The demo looks really cool and really easy to use! 😄 I'll be sure to add a link to the demo on the project page as well! Thanks for the great work 💪