Jupyter Notebook LLM

Open-source Jupyter Notebook projects categorized as LLM

Large Language Models

Top 23 Jupyter Notebook LLM Projects

  1. LLMs-from-scratch

    Implement a ChatGPT-like LLM in PyTorch from scratch, step by step

    Project mention: DeepSeek Sparse Attention | news.ycombinator.com | 2026-05-24
  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. llm-course

    Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.

    Project mention: 10 Best AI Engineering GitHub Repos to Build Real Systems | dev.to | 2026-01-07

    A hands-on, end-to-end course on building, evaluating, and deploying LLM applications. Ideal when you want a clear path from spark of an idea to deployment. Link: https://github.com/mlabonne/llm-course

  4. llm-app

    Ready-to-run cloud templates for RAG, AI pipelines, and enterprise search with live data. 🐳Docker-friendly.⚡Always in sync with Sharepoint, Google Drive, S3, Kafka, PostgreSQL, real-time data APIs, and more.

  5. RAG_Techniques

    This repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG) systems. Each technique has a detailed notebook tutorial.

    Project mention: Building with Generative AI: Lessons from 5 Projects Part 1: RAG | dev.to | 2025-08-08

    There is also another repo that showcases various advanced techniques for Retrieval-Augmented Generation (RAG) systems.

  6. Hands-On-Large-Language-Models

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

    Project mention: 10 Best AI Engineering GitHub Repos to Build Real Systems | dev.to | 2026-01-07

    It’s the full code from the book, with notebooks covering LLM basics, training, and fine-tuning. If you like a guided, notebook-first path from foundations to customization, this feels like a friendly trail map. Link: https://github.com/HandsOnLLM/Hands-On-Large-Language-Models

  7. GenAI_Agents

    50+ tutorials and implementations for Generative AI Agent techniques, from basic conversational bots to complex multi-agent systems.

    Project mention: 10 Best AI Engineering GitHub Repos to Build Real Systems | dev.to | 2026-01-07

    Clear tutorials and implementations of generative AI agent techniques, from basic builds to advanced strategies. You’ll see how different agent strategies are wired up, which makes design choices feel obvious. Link: https://github.com/NirDiamant/GenAI_Agents

  8. airllm

    AirLLM 70B inference with single 4GB GPU

    Project mention: AirLLM Shrinks 70B LLMs to 4GB VRAM; DPO & Supermemory Boost Open Models | dev.to | 2026-06-03
  9. agents-towards-production

    End-to-end, code-first tutorials for building production-grade GenAI agents. From prototype to enterprise deployment.

    Project mention: Show HN: GibRAM an in-memory ephemeral GraphRAG runtime for retrieval | news.ycombinator.com | 2026-01-17

    GraphRAG's approach certainly makes sense for regulation-heavy documents, where interconnected references can be critical for retrieval quality. The challenge you mentioned about separate systems for graph storage and vector indexing resonates with what we've seen in the field. In practice, this separation often adds unnecessary complexity for ephemeral analysis tasks. One thing we've explored is using a dual-memory architecture, which might be relevant here even in an in-memory context. It allows you to effectively manage recent context and longer-term semantic connections without the overhead of persistent storage. If you're interested in seeing how this approach could be integrated into production systems, I wrote up some patterns that might be useful: https://github.com/NirDiamant/agents-towards-production.

  10. llama-cookbook

    Welcome to the Llama Cookbook! This is your go to guide for Building with Llama: Getting started with Inference, Fine-Tuning, RAG. We also show you how to solve end to end problems using Llama model family and using them on various provider services

    Project mention: Using AI to prototype games in the browser | dev.to | 2025-12-01

    While people often focus on the big models, smaller and more specialised models are increasingly important. Codex for code generation, Stable Diffusion for images, and small LLaMA-class models for focused tasks are all good examples.

  11. generative-ai

    Sample code and notebooks for Generative AI on Google Cloud, with Gemini Enterprise Agent Platform

    Project mention: How to Count Gemini Tokens Locally | dev.to | 2026-07-02

    ℹ️ The complete source code is available in this notebook (including all setup details and future updates) under the Apache 2.0 license. You can also directly open the notebook in Colab. This article reproduces all the results generated by a click on “Run all”.

  12. evidently

    Evidently is ​​an open-source ML and LLM observability framework. Evaluate, test, and monitor any AI-powered system or data pipeline. From tabular data to Gen AI. 100+ metrics.

    Project mention: Why Your Neural Network Fails Silently and How to Actually Debug It | dev.to | 2026-04-25

    Set up drift detection. Compare weekly distributions of model inputs against your training data baseline. Tools like Evidently make this straightforward.

  13. Prompt_Engineering

    22 prompt engineering techniques with hands-on Jupyter Notebook tutorials, from fundamental concepts to advanced strategies for leveraging LLMs.

    Project mention: 10 GitHub Repos Every Serious Prompt Writer Should Be Using | dev.to | 2025-11-22

    View on GitHub

  14. bRAG-langchain

    Everything you need to know to build your own RAG application

  15. GenerativeAIExamples

    Generative AI reference workflows optimized for accelerated infrastructure and microservice architecture.

  16. nixtla

    TimeGPT-1: production ready pre-trained Time Series Foundation Model for forecasting and anomaly detection. Generative pretrained transformer for time series trained on over 100B data points. It's capable of accurately predicting various domains such as retail, electricity, finance, and IoT with just a few lines of code 🚀.

    Project mention: Google's 200M-parameter time-series foundation model with 16k context | news.ycombinator.com | 2026-03-30
  17. ReAct

    [ICLR 2023] ReAct: Synergizing Reasoning and Acting in Language Models (by ysymyth)

  18. higgsfield

    Fault-tolerant, highly scalable GPU orchestration, and a machine learning framework designed for training models with billions to trillions of parameters

  19. jailbreak_llms

    [CCS'24] A dataset consists of 15,140 ChatGPT prompts from Reddit, Discord, websites, and open-source datasets (including 1,405 jailbreak prompts).

  20. agentic-rag-for-dummies

    A modular Agentic RAG built with LangGraph — learn Retrieval-Augmented Generation Agents in minutes.

    Project mention: Agentic RAG for Dummies | news.ycombinator.com | 2026-01-21
  21. awesome-generative-ai

    A curated list of Generative AI tools, works, models, and references (by filipecalegario)

  22. lida

    Automatic Generation of Visualizations and Infographics using Large Language Models

  23. examples

    Jupyter Notebooks to help you get hands-on with Pinecone vector databases (by pinecone-io)

  24. Alpaca-CoT

    We unified the interfaces of instruction-tuning data (e.g., CoT data), multiple LLMs and parameter-efficient methods (e.g., lora, p-tuning) together for easy use. We welcome open-source enthusiasts to initiate any meaningful PR on this repo and integrate as many LLM related technologies as possible. 我们打造了方便研究人员上手和使用大模型等微调平台,我们欢迎开源爱好者发起任何有意义的pr!

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Jupyter Notebook LLM discussion

Log in or Post with

Jupyter Notebook LLM related posts

  • Claude Savings with context caching awareness

    1 project | news.ycombinator.com | 10 Jul 2026
  • AI Agent Skills migrating worldcup rag app(Gemini and GCP to Qwen and Alibaba)

    2 projects | dev.to | 7 Jul 2026
  • How to Count Gemini Tokens Locally

    1 project | dev.to | 2 Jul 2026
  • SOLSTICE SIDEBAR - AI INCIDENT DESK

    1 project | dev.to | 20 Jun 2026
  • Enigma's Echo — AI-Powered Cryptanalysis Console (Bletchley Park)

    2 projects | dev.to | 10 Jun 2026
  • I Built a Money-Making Machine with Free AI Tools — Here is the Full Blueprint

    1 project | dev.to | 6 Jun 2026
  • Train LLMs from Scratch, Hermes Agent WebUI, & Efficient OlmoEarth v1.1 for Local AI

    2 projects | dev.to | 31 May 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 12 Jul 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source LLM projects in Jupyter Notebook? This list will help you:

# Project Stars
1 LLMs-from-scratch 98,779
2 llm-course 80,849
3 llm-app 59,063
4 RAG_Techniques 28,481
5 Hands-On-Large-Language-Models 27,368
6 GenAI_Agents 23,060
7 airllm 22,406
8 agents-towards-production 20,939
9 llama-cookbook 18,399
10 generative-ai 17,218
11 evidently 7,685
12 Prompt_Engineering 7,657
13 bRAG-langchain 4,136
14 GenerativeAIExamples 4,110
15 nixtla 3,943
16 ReAct 3,796
17 higgsfield 3,761
18 jailbreak_llms 3,719
19 agentic-rag-for-dummies 3,637
20 awesome-generative-ai 3,498
21 lida 3,251
22 examples 3,027
23 Alpaca-CoT 2,797

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Jupyter Notebook is
the 15th most popular programming language
based on number of references?