Replicate – Reproducible machine learning
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.
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