#36 · Primary category: Inference & Local Deploy
cog
Containers for machine learning
Project last updated:08/26/26
GitHub Stars
9.5K
Forks
697
Contributors
92
License
Apache-2.0
Why we included this project
Shipping a trained model as a real service is often the messiest part of ML. Cog automates that step: you describe the environment in a cog.yaml file, write your inference logic as a Python runner, and it builds a Docker image with the CUDA, cuDNN, and Python versions that match your framework, sidestepping the usual dependency and driver mismatches. Because it reads your input and output type annotations, it can also generate an OpenAPI schema and a fast Rust/Axum HTTP server, so you get a working REST endpoint without writing API code by hand. If you're an ML engineer or a small team looking for a dependable way to get from a local prototype to a container that runs anywhere Docker does, including your own infrastructure or Replicate, this tool removes a lot of friction.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.