Cog is a machine learning packaging tool and containerized model wrapper that bundles models and their dependencies into standardized Docker containers. It functions as an environment manager and inference server, ensuring consistent model execution across different hardware systems by resolving GPU drivers, system libraries, and Python dependencies. The project distinguishes itself by automatically generating RESTful HTTP servers and OpenAPI schemas based on defined model input and output types. It manages large model weights as external fixtures to optimize image size and utilizes a slot-ba
tech-vault is a command-line technical interview bank and knowledge base designed for practicing engineering questions across various technical domains. It functions as a terminal-based application that stores structured study materials and interview questions as markdown files, which are then rendered directly within the system console. The project distinguishes itself through a delivery model that uses command-line argument parsing to filter content by topic or difficulty. It also includes a random selection algorithm to pick individual questions from the collection for spontaneous study se
K8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI systems to assist with cluster management, troubleshooting, and deployments
A Model Context Protocol (MCP) server that provides tools for AI, allowing it to interact with the DataWorks Open API through a standardized interface. This implementation is based on the Aliyun Open API and enables AI agents to perform cloud resources operations seamlessly.
The simplest way to serve AI/ML models in production
The main features of basetenlabs/truss are: Cloud Infrastructure, Infrastructure and Serving.
Open-source alternatives to basetenlabs/truss include: replicate/cog — Cog is a machine learning packaging tool and containerized model wrapper that bundles models and their dependencies… moabukar/tech-vault — tech-vault is a command-line technical interview bank and knowledge base designed for practicing engineering questions… alexei-led/k8s-mcp-server — K8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute… aws/aws-lambda-rust-runtime — A Rust runtime for AWS Lambda. aws-samples/sample-mcp-server-s3 — An MCP server implementation for retrieving data such as PDF's from S3. aliyun/alibabacloud-dataworks-mcp-server — A Model Context Protocol (MCP) server that provides tools for AI, allowing it to interact with the DataWorks Open API…