cog-cli

Crates.iocog-cli
lib.rscog-cli
version0.1.3
sourcesrc
created_at2023-06-07 20:31:47.531631
updated_at2023-06-09 17:44:52.212904
descriptionReserved for future use
homepage
repositoryhttps://github.com/m1guelpf/cog-rust
max_upload_size
id884991
size2,221
Miguel Piedrafita (m1guelpf)

documentation

README

Cog[-rust]: Containers for machine learning

Cog is an open-source tool that lets you package machine learning models in a standard, production-ready container.

Cog bundles Python models into a Docker image with a simple interface for loading and running models. This project aims to match that interface for Rust models, so they can be used interchangeably (on Replicate or Dyson).

WIP

This is a work in progress. It's not ready for use yet. Check back soon!

To see the proposed DX, check the hello-world example.

  • Basic web server
  • Rust Cog interface
  • Make everything work
  • Request validation
  • Dockerfile
  • CLI?
Commit count: 65

cargo fmt