Absortio

Email → Summary → Bookmark → Email

Replicate – Reproducible machine learning

https://replicate.com/ Apr 26, 2022 20:17

Extracto

Replicate is not open for everyone to create models yet. Join our waitlist and we'll notify you when we're ready for new users.

Contenido

Replicate is not open for everyone to create models yet. Join our waitlist and we'll notify you when we're ready for new users.

Join the waitlist

Cog

Cog is an open-source command-line tool for packaging ML models. Cog gives you a consistent environment to run your model in – for developing on your laptop, training on GPU machines, and for other people working on the model. Then, when the model is trained and you want to share or deploy it, you can bake the model into a Docker image that serves a standard HTTP API.

$ cog init
$ cog push

Try out Cog on GitHub