Skip to content

Instantly share code, notes, and snippets.

View canyon289's full-sized avatar

Ravin Kumar canyon289

View GitHub Profile
@canyon289
canyon289 / README.md
Last active March 3, 2025 01:49
Building AI Webapp

🚀 Getting Started

To run this workshop locally, you'll need to set up Ollama and a Python environment using UV.

1. Setting Up Ollama (Most Critical Step)

We’ll be running Gemma 2B locally with Ollama, so you need to set this up first. This step will require a large download (~10GB total) and some hardware considerations.

Install Ollama

Download and install Ollama from https://ollama.com/.

@canyon289
canyon289 / README.md
Last active April 28, 2025 03:21
AI Agent Basics README and Dependencies

Welcome!

In this workshop, you'll build a lightweight AI agent from scratch —
one that can recognize when it needs external information, call a tool to get it, and continue the conversation based on real results.

You'll see how modern LLMs can:

  • Detect when a tool call is needed.
  • Call those tools automatically.
  • Dynamically adjust their behavior based on new information.