skip to content

Frameworks

9 cheat sheets

Frameworks#

Quick-access reference for the most commonly used AI/ML frameworks — model inference with Hugging Face Transformers, LLM orchestration with LangChain, Google’s Gemini SDK, and tracing with LangSmith.

What’s in this section#

PageWhat it covers
TransformersHugging Face Transformers — pipelines, model loading, tokenizers, fine-tuning
LangChainChains, agents, memory, retrievers, document loaders
Gemini SDKGoogle Generative AI — text, vision, streaming, embeddings
LangSmithTracing, evaluation, datasets, and prompt versioning for LLM apps

Sections#

  • Transformers — Load and run pre-trained models for NLP, vision, and audio. Covers pipelines, AutoModel, tokenisation, and fine-tuning.
  • LangChain — Build LLM pipelines with LCEL chains, prompts, agents, retrievers, memory, and streaming.
  • Gemini SDK — Call Google’s Gemini models for text, multimodal input, streaming, function calling, and embeddings.
  • LangSmith — Trace, debug, evaluate, and monitor LLM apps. Covers datasets, evaluators, prompt hub, and CI integration.