Jupyter Notebook generative-ai

Open-source Jupyter Notebook projects categorized as generative-ai
LLM llms AI rag Agents

Top 23 Jupyter Notebook generative-ai Projects

generative-ai
  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. 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
  4. ai-agents-for-beginners

    18 Lessons to Get Started Building AI Agents

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

    A free, structured 11-lesson course to start AI agents the right way. Think of it as turn-by-turn directions for agents, minus the detours and dead ends. Link: https://github.com/microsoft/ai-agents-for-beginners

  5. airllm

    AirLLM 70B inference with single 4GB GPU

    Project mention: AirLLM 70B inference with single 4GB GPU | news.ycombinator.com | 2026-08-03

    For anyone wondering “how slow is this?”

    IIUC, Kimi K3 on RTX 6000 Ada (48GB) takes 292 s/token

    https://github.com/lyogavin/airllm/releases/tag/v3.1.0

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

  7. generative-ai

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

    Project mention: Building an Agentic FinOps Platform — Development Environment Setup, Google Antigravity, MCPs and Skills, and ADK Bootstrapping with Agents CLI | dev.to | 2026-07-13
  8. VAR

    [NeurIPS 2024 Best Paper Award][GPT beats diffusion🔥] [scaling laws in visual generation📈] Official impl. of "Visual Autoregressive Modeling: Scalable Image Generation via Next-Scale Prediction". An *ultra-simple, user-friendly yet state-of-the-art* codebase for autoregressive image generation! (by FoundationVision)

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

  10. mmagic

    OpenMMLab Multimodal Advanced, Generative, and Intelligent Creation Toolbox. Unlock the magic 🪄: Generative-AI (AIGC), easy-to-use APIs, awsome model zoo, diffusion models, for text-to-image generation, image/video restoration/enhancement, etc.

  11. oracle-ai-developer-hub

    Technical resources for AI developers to build applications, agents, and systems using Oracle AI Database and OCI services

    Project mention: Engineering Agent Memory | dev.to | 2026-05-12

    Several techniques are used to overcome this architectural limitation, and the folks at Oracle have some interesting examples. Their GitHub repo, oracle-ai-developer-hub showcases some different approaches. Through Jupyter notebooks like memory_context_engineering_agents.ipynb and RAG examples, Agent memory stops being a feature and becomes an engineering discipline.

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

  13. 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
  14. awesome-generative-ai

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

  15. a2a-samples

    Samples using the Agent2Agent (A2A) Protocol

    Project mention: BeeAI Framework A2A Service Implementation Guide | dev.to | 2025-09-02

    git clone https://github.com/a2aproject/a2a-samples.git # Enter server directory cd samples/python/agents/beeai-chat # Create virtual environment and install dependencies with uv uv venv source .venv/bin/activate # Linux/macOS uv pip install -e . # Important note uv add "a2a-sdk[http-server]" # Start server uv run python __main__.py

  16. amazon-bedrock-samples

    This repository contains examples for customers to get started using the Amazon Bedrock Service. This contains examples for all available foundational models

    Project mention: Batch LLM Jobs vs Realtime APIs — Bulk Summarization Cost Attribution | dev.to | 2026-08-12
  17. intro_dgm

    "Deep Generative Modeling": Introductory Examples

    Project mention: "Deep Generative Modeling": Introductory Examples | news.ycombinator.com | 2026-05-16
  18. recipes

    This repository shares end-to-end notebooks on how to use various Weaviate features and integrations! (by weaviate)

  19. daam

    Diffusion attentive attribution maps for interpreting Stable Diffusion.

  20. vertex-ai-samples

    Notebooks, code samples, sample apps, and other resources that demonstrate how to use, develop and manage machine learning and generative AI workflows using Google Cloud Vertex AI.

    Project mention: Fine Tune Llama 3 For Sql Query Generation Tutorial | dev.to | 2026-06-15
  21. beyondllm

    Build, evaluate and observe LLM apps

  22. steerling

    Interpretable Causal Diffusion Language Models

    Project mention: Show HN: Steerling-8B, a language model that can explain any token it generates | news.ycombinator.com | 2026-02-24

    Take a look at the link in the blogposts. Here is a github link as well: https://github.com/guidelabs/steerling. The model weights are on huggingface, so you can play with it.

  23. Fueling-Ambitions-Via-Book-Discoveries

    This series uncovers the most valuable insights from groundbreaking books in AI, Machine Learning, and Data Science, helping you accelerate your learning journey. Each episode transforms complex theories into practical knowledge, making advanced topics more accessible and actionable.

  24. PandasAI-Tutorials

    Tutorials for PandasAI

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 generative-ai discussion

Log in or Post with

Jupyter Notebook generative-ai related posts

  • Batch LLM Jobs vs Realtime APIs — Bulk Summarization Cost Attribution

    1 project | dev.to | 12 Aug 2026
  • AirLLM 70B inference with single 4GB GPU

    2 projects | news.ycombinator.com | 3 Aug 2026
  • AirLLM: Kimi K3 (2.8T) inference with single 4GB GPU

    1 project | news.ycombinator.com | 2 Aug 2026
  • How to Count Gemini Tokens Locally

    1 project | dev.to | 2 Jul 2026
  • OpenAI models on Bedrock make AI deployment less messy

    1 project | dev.to | 2 Jun 2026
  • Engineering Agent Memory

    1 project | dev.to | 12 May 2026
  • Persistent multi-agent conversations with the OpenAI Agents SDK and MongoDB

    2 projects | dev.to | 27 Apr 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Aug 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

# Project Stars
1 generative-ai-for-beginners 117,740
2 LLMs-from-scratch 102,543
3 ai-agents-for-beginners 72,275
4 airllm 31,210
5 agents-towards-production 21,242
6 generative-ai 17,590
7 VAR 8,726
8 evidently 7,810
9 mmagic 7,448
10 oracle-ai-developer-hub 4,336
11 GenAI-Showcase 4,257
12 agentic-rag-for-dummies 3,895
13 awesome-generative-ai 3,517
14 a2a-samples 1,727
15 amazon-bedrock-samples 1,487
16 intro_dgm 1,316
17 recipes 944
18 daam 798
19 vertex-ai-samples 779
20 beyondllm 296
21 steerling 239
22 Fueling-Ambitions-Via-Book-Discoveries 221
23 PandasAI-Tutorials 195

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