handsonllm/hands-on-large-language-models

Official code repo for the O'Reilly Book - "Hands-On Large Language Models"

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 4 minutes ago
Added to GitGenius on September 1st, 2026
Created on June 28th, 2024
Open Issues & Pull Requests: 40 (+0)
GitHub issues: Enabled
Number of forks: 6,637
Total Stargazers: 28,952 (+0)
Total Subscribers: 295 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 44.5 hours
Mean response time: 6.4 days
90th percentile: 15.5 days
Tracked items: 72

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 18% of issues opened in the past year have been closed. Three people close 79% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 23
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 409 days
Stale 30+ days: 22
Stale 90+ days: 22

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Hands-On Large Language Models is a code repository accompanying an O'Reilly book that provides practical examples and implementations for learning large language models.

The repository contains executable code examples designed to complement the book's visual and conceptual explanations of how large language models work and how to use them in practice. The examples are structured as Jupyter notebooks that walk through concrete implementations of LLM concepts and techniques, allowing readers to run and experiment with the code directly rather than just reading about theory.

This repository suits developers and practitioners who are working through the book and want to execute the accompanying code examples, or who are learning LLMs through a hands-on approach with visual explanations. The material is designed for accessibility, with the book emphasizing visual education through custom illustrations. The examples are built and tested primarily for Google Colab, which provides free GPU access and represents the most stable platform for running them, though other cloud providers should also work.

The project maintains active engagement with its material through the linked book and associated educational resources, including a companion course. The codebase consists of Jupyter notebooks organized to correspond with the book's chapters and topics, making it straightforward to locate and run examples relevant to specific learning objectives.