ML Ops

Machine learning operations

Showing 25-48 of 1792 skills
EveryInc

gemini-imagegen

by EveryInc

This skill should be used when generating and editing images using the Gemini API (Nano Banana Pro). It applies when creating images from text prompts, editing existing images, applying style transfers, generating logos with text, creating stickers, product mockups, or any image generation/manipulation task. Supports text-to-image, image editing, multi-turn refinement, and composition from multiple reference images.

Docker 19.6K 5mo ago
dontbesilent2025

dbs-diagnosis

by dontbesilent2025

dontbesilent 商业模式诊断。两种模式:问诊(消解你的问题)和体检(拆解你的商业模式)。 触发方式:/dbs-diagnosis、/问诊、「帮我看看商业模式」「诊断一下我的业务」「我有个商业问题」 Business model diagnosis using dontbesilent's ontological framework. Two modes: consultation (dissolve your question) and checkup (analyze your business model). Trigger: /dbs-diagnosis, "diagnose my business model", "I have a business question"

ML Ops 6.1K 1mo ago
affaan-m

investor-materials

by affaan-m

Create and update pitch decks, one-pagers, investor memos, accelerator applications, financial models, and fundraising materials. Use when the user needs investor-facing documents, projections, use-of-funds tables, milestone plans, or materials that must stay internally consistent across multiple fundraising assets.

Code Gen 205.1K 3mo ago
affaan-m

regex-vs-llm-structured-text

by affaan-m

Decision framework for choosing between regex and LLM when parsing structured text — start with regex, add LLM only for low-confidence edge cases.

ML Ops 205.3K 3mo ago
affaan-m

foundation-models-on-device

by affaan-m

Apple FoundationModels framework for on-device LLM — text generation, guided generation with @Generable, tool calling, and snapshot streaming in iOS 26+.

Auth 205.4K 3mo ago
affaan-m

django-patterns

by affaan-m

Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.

Caching 205.4K 3mo ago
affaan-m

investor-materials

by affaan-m

Create and update pitch decks, one-pagers, investor memos, accelerator applications, financial models, and fundraising materials. Use when the user needs investor-facing documents, projections, use-of-funds tables, milestone plans, or materials that must stay internally consistent across multiple fundraising assets.

Finance 205.6K 3mo ago
affaan-m

cost-aware-llm-pipeline

by affaan-m

Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.

Finance 204.9K 3mo ago
yohey-w

/model-switch - Agent CLI Live Switcher

by yohey-w

Samurai-inspired multi-agent system for Claude Code. Orchestrate parallel AI tasks via tmux with shogun → karo → ashigaru hierarchy.

CLI Tools 1.3K 3mo ago
yohey-w

/shogun-bloom-config — Bloom Routing Wizard

by yohey-w

Samurai-inspired multi-agent system for Claude Code. Orchestrate parallel AI tasks via tmux with shogun → karo → ashigaru hierarchy.

CLI Tools 1.3K 3mo ago
NousResearch

llama-cpp

by NousResearch

Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.

CLI Tools 179.3K 3mo ago
tradermonty

edge-candidate-agent

by tradermonty

Generate and prioritize US equity long-side edge research tickets from EOD observations, then export pipeline-ready candidate specs for trade-strategy-pipeline Phase I. Use when users ask to turn hypotheses/anomalies into reproducible research tickets, convert validated ideas into strategy.yaml + metadata.json, or preflight-check interface compatibility (edge-finder-candidate/v1) before running pipeline backtests.

Agents 1.8K 3mo ago
NousResearch

llava

by NousResearch

Large Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA language models. Supports multi-turn image chat, visual question answering, and instruction following. Use for vision-language chatbots or image understanding tasks. Best for conversational image analysis.

CLI Tools 179K 2mo ago
NousResearch

modal-serverless-gpu

by NousResearch

Serverless GPU cloud platform for running ML workloads. Use when you need on-demand GPU access without infrastructure management, deploying ML models as APIs, or running batch jobs with automatic scaling.

Automation 178.9K 3mo ago
NousResearch

huggingface-tokenizers

by NousResearch

Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with transformers. Use when you need high-performance tokenization or custom tokenizer training.

Git & VCS 178.9K 3mo ago
NousResearch

gguf-quantization

by NousResearch

GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.

CLI Tools 178.9K 2mo ago
NousResearch

grpo-rl-training

by NousResearch

Expert guidance for GRPO/RL fine-tuning with TRL for reasoning and task-specific model training

Processing 178.9K 2mo ago
NousResearch

huggingface-hub

by NousResearch

Hugging Face Hub CLI (hf) — search, download, and upload models and datasets, manage repos, query datasets with SQL, deploy inference endpoints, manage Spaces and buckets.

CLI Tools 179K 2mo ago
NousResearch

evaluating-llms-harness

by NousResearch

Evaluates LLMs across 60+ academic benchmarks (MMLU, HumanEval, GSM8K, TruthfulQA, HellaSwag). Use when benchmarking model quality, comparing models, reporting academic results, or tracking training progress. Industry standard used by EleutherAI, HuggingFace, and major labs. Supports HuggingFace, vLLM, APIs.

CLI Tools 178.4K 3mo ago
NousResearch

outlines

by NousResearch

Guarantee valid JSON/XML/code structure during generation, use Pydantic models for type-safe outputs, support local models (Transformers, vLLM), and maximize inference speed with Outlines - dottxt.ai's structured generation library

Code Gen 178.4K 3mo ago
NousResearch

lambda-labs-gpu-cloud

by NousResearch

Reserved and on-demand GPU cloud instances for ML training and inference. Use when you need dedicated GPU instances with simple SSH access, persistent filesystems, or high-performance multi-node clusters for large-scale training.

API Dev 178.4K 3mo ago
NousResearch

clip

by NousResearch

OpenAI's model connecting vision and language. Enables zero-shot image classification, image-text matching, and cross-modal retrieval. Trained on 400M image-text pairs. Use for image search, content moderation, or vision-language tasks without fine-tuning. Best for general-purpose image understanding.

Docker 178.4K 3mo ago
NousResearch

dspy

by NousResearch

Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming

ML Ops 178.4K 3mo ago
NousResearch

modal-serverless-gpu

by NousResearch

Serverless GPU cloud platform for running ML workloads. Use when you need on-demand GPU access without infrastructure management, deploying ML models as APIs, or running batch jobs with automatic scaling.

Automation 178.7K 26d ago