Jupyter Notebook Pytorch

Open-source Jupyter Notebook projects categorized as Pytorch

Top 23 Jupyter Notebook Pytorch Projects

  1. LLMs-from-scratch

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

    Project mention: Gemma 3 270M re-implemented in pure PyTorch for local tinkering | news.ycombinator.com | 2025-08-20

    Could be an artifact of the small size not fully taking advantage of the GPU. For example, for the slightly larger Qwen3 0.6B model the A100 is faster (you can see it when scrolling to the bottom here: https://github.com/rasbt/LLMs-from-scratch/tree/main/ch05/11...)

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Made-With-ML

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

  4. fastai

    The fastai deep learning library

    Project mention: Integrate Hugging Face Spaces & Gradio with a React application | dev.to | 2024-10-12

    We are going to use fast.ai to create a simple classification which predicts whether a given image is a cat or not.

  5. 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: Your 2025 Roadmap to Becoming an AI Engineer for Free for Vue.js Developers | dev.to | 2025-08-06

    Tip: Test prompts in a sandbox first. Use open-source models like Llama to avoid costs.

  6. FinGPT

    FinGPT: Open-Source Financial Large Language Models! Revolutionize 🔥 We release the trained model on HuggingFace.

  7. stable-diffusion-webui-colab

    stable diffusion webui colab

  8. nlp-tutorial

    Natural Language Processing Tutorial for Deep Learning Researchers

  9. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  10. DeepLearningExamples

    State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and performance on enterprise-grade infrastructure.

  11. yolov7

    Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors

    Project mention: Using Object Detection Model YOLOV7 with Tensorflow.Js | dev.to | 2025-04-20

    !# Download trained weights !wget https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-tiny.pt

  12. Transformers-Tutorials

    This repository contains demos I made with the Transformers library by HuggingFace.

  13. TTS

    :robot: :speech_balloon: Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts) (by mozilla)

    Project mention: Build Your Own Clone: Best Open-Source AI Tools | dev.to | 2025-06-27

    Find a community-based project: Tools like Hugging Face or Mozilla TTS have super active communities that welcome newcomers and share tips constantly.

  14. lama

    🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022

  15. notebooks

    A collection of tutorials on state-of-the-art computer vision models and techniques. Explore everything from foundational architectures like ResNet to cutting-edge models like YOLO11, RT-DETR, SAM 2, Florence-2, PaliGemma 2, and Qwen2.5VL.

    Project mention: Roboflow Notebooks: 60+ computer vision modeling notebooks | news.ycombinator.com | 2024-10-22
  16. pyannote-audio

    Neural building blocks for speaker diarization: speech activity detection, speaker change detection, overlapped speech detection, speaker embedding

    Project mention: RedLM: My submission for the NVIDIA and LlamaIndex Developer Contest | dev.to | 2024-11-14

    The openai/whisper-base model was used to get time stamps for the start and end of each spoken word using Automated Speech Recognition (ASR). A speaker segmentation library called pyannote/audio was used to perform speaker diarization. This is an interesting algorithm that can segment any number of distinct speakers in an audio recording using a series of models and a discrete-time stochastic process known as the Chinese restaurant process. This gave a list of time intervals with a speaker ID, and I used the intervals to attribute a speaker ID to each word. Then I segmented the audio into two files using this data and used the files to generate audio waveforms using Blender's geometry nodes. Another script was used to animate each word of as it is spoken in one of two positions for each speaker.

  17. introtodeeplearning

    Lab Materials for MIT 6.S191: Introduction to Deep Learning

  18. Dreambooth-Stable-Diffusion

    Implementation of Dreambooth (https://arxiv.org/abs/2208.12242) with Stable Diffusion

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

  20. pyprobml

    Python code for "Probabilistic Machine learning" book by Kevin Murphy

  21. NYU-DLSP20

    NYU Deep Learning Spring 2020

  22. Practical_RL

    A course in reinforcement learning in the wild

    Project mention: Practical RL (Yandex Data School) | news.ycombinator.com | 2025-02-20
  23. skorch

    A scikit-learn compatible neural network library that wraps PyTorch

  24. YOLOv6

    YOLOv6: a single-stage object detection framework dedicated to industrial applications.

  25. tsai

    Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai

  26. SaaSHub

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

    SaaSHub logo
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 Pytorch discussion

Log in or Post with

Jupyter Notebook Pytorch related posts

Index

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

# Project Stars
1 LLMs-from-scratch 68,330
2 Made-With-ML 41,901
3 fastai 27,384
4 llama-cookbook 17,792
5 FinGPT 17,108
6 stable-diffusion-webui-colab 15,928
7 nlp-tutorial 14,709
8 DeepLearningExamples 14,433
9 yolov7 13,931
10 Transformers-Tutorials 11,189
11 TTS 9,938
12 lama 9,165
13 notebooks 8,263
14 pyannote-audio 8,173
15 introtodeeplearning 8,099
16 Dreambooth-Stable-Diffusion 7,728
17 mmagic 7,222
18 pyprobml 6,873
19 NYU-DLSP20 6,775
20 Practical_RL 6,237
21 skorch 6,109
22 YOLOv6 5,826
23 tsai 5,770

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

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