Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Docker environment & web demo #101

Merged
merged 2 commits into from
Aug 30, 2021
Merged

Add Docker environment & web demo #101

merged 2 commits into from
Aug 30, 2021

Conversation

bfirsh
Copy link
Contributor

@bfirsh bfirsh commented Aug 25, 2021

Hey @neuralchen! 👋

Fantastic work. I had real fun playing around with your model.

This pull request makes it possible to run it inside a Docker environment, which makes it easier for other people to run. We're using an open source tool called Cog that handles all the complex stuff like Dockerfile, configuring CUDA, etc.

You can run commands inside the Docker environment:

cog run python test_one_image.py ...

Or, a prediction:

cog predict -i source=@source.jpg -i target=@target.jpg

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

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

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. :)

@neuralchen neuralchen merged commit 4dade89 into neuralchen:main Aug 30, 2021
@neuralchen
Copy link
Owner

Thanks for your excellent work.
We believe that this effort can significantly improve our respository.

@bfirsh
Copy link
Contributor Author

bfirsh commented Sep 2, 2021

I'm so glad to hear it's helpful. 😄

You can sign in with GitHub here to claim the page so you can add more examples, a description, etc. We'll also feature it on our home page and tweet about it. :)

@zeke
Copy link

zeke commented Sep 17, 2021

What's better than Robert Downey Jr? Three Robert Downey Jrs!

image

@neuralchen we'd love to feature this model on replicate.ai and tweet about it. If you're okay with that, you can claim your model here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants