Jupyter Notebook llms

Open-source Jupyter Notebook projects categorized as llms

Top 23 Jupyter Notebook llm Projects

  1. generative-ai-for-beginners

    21 Lessons, Get Started Building with Generative AI

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

    View on GitHub

  2. SaaSHub

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

    SaaSHub logo
  3. Made-With-ML

    Learn how to develop, deploy and iterate on production-grade ML applications.

  4. 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.

  5. 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

  6. 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

  7. 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.

  8. 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

  9. reasoning-from-scratch

    Implement a reasoning LLM in PyTorch from scratch, step by step

    Project mention: Early Feedback on “Build a Reasoning Model (From Scratch)” | dev.to | 2025-09-07

    Source code of the book: https://github.com/rasbt/reasoning-from-scratch

  10. GenAI-Showcase

    GenAI Cookbook

    Project mention: Persistent multi-agent conversations with the OpenAI Agents SDK and MongoDB | dev.to | 2026-04-27

    Python 3.10+, an OpenAI API key, and either a local mongod or a MongoDB Atlas cluster. Nothing in the demo requires Atlas-only features — a 27017 on localhost is fine.

  11. 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
  12. mlops-course

    Learn how to design, develop, deploy and iterate on production-grade ML applications.

  13. rag-cookbooks

    This repository contains various advanced techniques for Retrieval-Augmented Generation (RAG) systems.

  14. llm-applications

    A comprehensive guide to building RAG-based LLM applications for production.

  15. tarsier

    Vision utilities for web interaction agents 👀

  16. vectordb-recipes

    Resource, examples & tutorials for multimodal AI, RAG and agents using vector search and LLMs

  17. Deepdive-llama3-from-scratch

    Achieve the llama3 inference step-by-step, grasp the core concepts, master the process derivation, implement the code.

  18. datablations

    Scaling Data-Constrained Language Models

  19. tamingLLMs

    Taming LLMs: A Practical Guide to LLM Pitfalls with Open Source Software

  20. beyondllm

    Build, evaluate and observe LLM apps

  21. Local-LLM-Langchain

    Load local LLMs effortlessly in a Jupyter notebook for testing purposes alongside Langchain or other agents. Contains Oobagooga and KoboldAI versions of the langchain notebooks with examples.

  22. PandasAI-Tutorials

    Tutorials for PandasAI

  23. power-attention

    Attention Kernels for Symmetric Power Transformers

  24. chatXML

    A proposal for a structured LLM prompt method.

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 llms discussion

Log in or Post with

Jupyter Notebook llms related posts

  • Persistent multi-agent conversations with the OpenAI Agents SDK and MongoDB

    2 projects | dev.to | 27 Apr 2026
  • Building Persistent Memory for Voice AI Agents with MongoDB

    1 project | dev.to | 8 Jan 2026
  • 10 Best AI Engineering GitHub Repos to Build Real Systems

    9 projects | dev.to | 7 Jan 2026
  • A Guide to Securely Exposing Ollama on Colab via Pinggy

    3 projects | dev.to | 2 Oct 2025
  • LangGraph With MongoDB: Building Conversational Long-Term Memory for Intelligent AI Agents

    1 project | dev.to | 18 Aug 2025
  • What Features Should I Look for in an AI Agent Observability Platform?

    1 project | dev.to | 22 Jul 2025
  • Added llms.txt and llms-full.txt to My Hugo-built Website

    2 projects | dev.to | 18 May 2025
  • 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 generative-ai-for-beginners 112,851
2 Made-With-ML 48,614
3 RAG_Techniques 28,481
4 Hands-On-Large-Language-Models 27,368
5 GenAI_Agents 23,060
6 agents-towards-production 20,939
7 Prompt_Engineering 7,657
8 reasoning-from-scratch 4,703
9 GenAI-Showcase 4,248
10 nixtla 3,943
11 mlops-course 3,356
12 rag-cookbooks 2,517
13 llm-applications 1,856
14 tarsier 1,761
15 vectordb-recipes 965
16 Deepdive-llama3-from-scratch 629
17 datablations 342
18 tamingLLMs 340
19 beyondllm 293
20 Local-LLM-Langchain 216
21 PandasAI-Tutorials 190
22 power-attention 130
23 chatXML 56

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?