Skip to content

wandb/recursion-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recursion Workshop

This repository contains onboarding materials for the Recursion team to learn and experiment with Weights & Biases (W&B) Weave.

Overview

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

Structure

  • intro-workshop/ – Walkthrough notebook
  • pdf_summarizer/ – Example Streamlit app that summarizes PDF content and logs results to Weave

Getting Started

  1. Clone the repo:
    git clone https://github.com/wandb/recursion-workshop.git
    cd recursion-workshop
    

Setup

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •