This repository contains onboarding materials for the Recursion team to learn and experiment with Weights & Biases (W&B) Weave.
These examples walk through how to:
- Trace and evaluate genAI applications using wandb Weave.
- Build simple data apps (like
pdf_summarizer) that integrate W&B for tracking
intro-workshop/– Walkthrough notebookpdf_summarizer/– Example Streamlit app that summarizes PDF content and logs results to Weave
- Clone the repo:
git clone https://github.com/wandb/recursion-workshop.git cd recursion-workshop
Create a .env file with your API keys:
OPENAI_API_KEY=your_openai_api_key
ANTHROPIC_API_KEY=your_anthropic_api_key
WANDB_API_KEY=your_wandb_api_key
WANDB_ENTITY=your_wandb_team_name