Pytorch

Top 23 Pytorch Open-Source Projects

  1. transformers

    🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.

    Project mention: Only Two AI Updates Cleared My 36-Hour Cutoff | dev.to | 2026-08-10

    Sources: Transformers 5.15.0 and Muse Glimmer model card.

  2. AppSignal

    Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.

    AppSignal logo
  3. stable-diffusion-webui

    Stable Diffusion web UI

  4. ComfyUI

    The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.

    Project mention: ComfyUI ในวันที่ AI สร้างภาพ วิดีโอ และโมเดล 3 มิติ ได้ด้วยการลากกล่องต่อกัน | dev.to | 2026-09-11

    [3] Comfy-Org, "ComfyUI: The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface" (เข้าถึง 11 ก.ย. 2026), https://github.com/Comfy-Org/ComfyUI

  5. LLMs-from-scratch

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

    Project mention: Paul Graham on X: if I were 17. I'd learn how to build LLMs from scratch | news.ycombinator.com | 2026-08-24

    I agree with mostly all of this, but personally I wrote a toy LLM almost 5 years ago and while it never saw much use outside of boring my wife with a shitty command line demo with glee it did help me understand how they worked and how to apply them, played a lot with JAX and pytorch, ended up building a ghetto version of MCP and an LLM-Pool to proxy requests to my baby local models and so I didn't struggle to see the evolution of openrouter and MCP agentic workflows. The same way i'm really glad when I was younger I built a bad webserver by myself, a really painful SQLx type database, etc etc etc - none of these things led me to developing for Nginx or Oracle nor will knowing JAX get me a job at an AI research lab, but I do have a lot of depth in understanding how the technology works so that the flavors on top of them are easy to digest and make more use of immediately, and I think the same can be said for engineers coming into the field - if it's a spooky LLM box you aren't going to be squeezing the same amount of juice as the guy that knows how they work inside and out so having at least the understanding of a _babys first LLM_ is going to get you miles ahead of people who don't.

    For anyone who wants to dork around there is https://github.com/rasbt/LLMs-from-scratch which is something amazing that I think anyone who wants to engineer things around LLMs should at least blast through and read.

  6. vllm

    A high-throughput and memory-efficient inference and serving engine for LLMs

    Project mention: Can Qwen 3.8 running on your laptop really replace Claude Opus for Agentic coding? | dev.to | 2026-09-11

    I use my tool LlamaStash to orchestrate the model and manage the sessions. It is a fast TUI, CLI, daemon, and OpenAI-compatible proxy for running local LLMs via backends like llama.cpp and vLLM. It has a lot of features that make it easy to run local models and manage them, like multiple backends, preset files, named launches, auto start etc.

  7. nn

    🧑‍🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠

  8. Keras

    Deep Learning for humans

    Project mention: Keras 3.15.1 | news.ycombinator.com | 2026-08-07
  9. Kargo

    Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.

    Kargo logo
  10. ultralytics

    Ultralytics YOLO26, YOLO11, YOLOv8 — object detection, instance segmentation, semantic segmentation, image classification, pose estimation, object tracking

    Project mention: Transforming Unstructured Retail Catalogs into Structured Data using AI | dev.to | 2026-04-10

    Before reading any text, we run the raw catalog pages through a custom object detection model (based on YOLO architecture). This model is trained to identify the bounding boxes of individual product regions, allowing us to crop the giant page into smaller, isolated product images.

  11. Real-Time-Voice-Cloning

    Clone a voice in 5 seconds to generate arbitrary speech in real-time

    Project mention: CorentinJ: Real-Time Voice Cloning | news.ycombinator.com | 2025-09-14
  12. yolov5

    Ultralytics YOLOv5 in PyTorch for object detection, instance segmentation, classification, training, and export.

    Project mention: Teaching AI to Read Emotions: Science, Challenges, and Innovation Behind Facial Emotion Detection with YOLOv11 on Raspberry Pi | dev.to | 2025-11-23

    Ultralytics YOLO Documentation

  13. supervision

    We write your reusable computer vision tools. 💜

    Project mention: Benchmarking ASR & Essential Open-Source CV Tools for Local AI | dev.to | 2026-06-09

    Source: https://github.com/roboflow/supervision

  14. Made-With-ML

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

  15. TTS

    🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production

    Project mention: My Journey to a reliable and enjoyable locally hosted voice assistant | news.ycombinator.com | 2026-03-16

    actually the hardest part of a locally hosted voice assistant isn't the llm. it's making the tts tolerable to actually talk to every day.

    the core issue is prosody: kokoro and piper are trained on read speech, but conversational responses have shorter breath groups and different stress patterns on function words. that's why numbers, addresses, and hedged phrases sound off even when everything else works.

    the fix is training data composition. conversational and read speech have different prosody distributions and models don't generalize across them. for self-hosted, coqui xtts-v2 [1] is worth trying if you want more natural english output than kokoro.

    btw i'm lily, cofounder of rime [2]. we're solving this for business voice agents at scale, not really the personal home assistant use case, but the underlying problem is the same.

    [1] https://github.com/coqui-ai/TTS

  16. Ray

    Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.

    Project mention: GSoC 2026 Predictions: 30 NEW AI/ML/Security Organizations You Should Start Contributing to NOW! | dev.to | 2026-02-06

    Main: https://github.com/ray-project/ray ⭐ 34k+

  17. DeepSpeed

    DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.

    Project mention: AWS SageMaker HyperPod: Distributed Training for Foundation Models at Scale | dev.to | 2026-01-16

    DeepSpeed Optimization Library - An open-source library compatible with HyperPod that offers advanced pipeline and system optimizations for LLM training.

  18. GFPGAN

    GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.

  19. pytorch-image-models

    The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more

  20. VoxCPM

    VoxCPM2: Tokenizer-Free TTS for Multilingual Speech Generation, Creative Voice Design, and True-to-Life Cloning

    Project mention: Rust RAG, Tokenizer-Free TTS (VoxCPM2), & Project NOMAD: Local AI & Offline Deployments | dev.to | 2026-05-30

    Source: https://github.com/OpenBMB/VoxCPM

  21. MockingBird

    🚀Clone a voice in 5 seconds to generate arbitrary speech in real-time

  22. Real-ESRGAN

    Real-ESRGAN aims at developing Practical Algorithms for General Image/Video Restoration.

    Project mention: Picking a text-to-image API for marketing posters and social ads: style control, upscale | dev.to | 2026-08-02

    Real-ESRGAN, open-source super-resolution: https://github.com/xinntao/Real-ESRGAN

  23. diffusers

    🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.

    Project mention: GLM-Image: The First Open-Source Industrial-Grade Autoregressive Image Generation Model | dev.to | 2026-01-13

    pip install "sglang[diffusion] @ git+https://github.com/sgl-project/sglang.git#subdirectory=python" pip install git+https://github.com/huggingface/transformers.git pip install git+https://github.com/huggingface/diffusers.git

  24. netron

    Visualizer for neural network, deep learning and machine learning models

    Project mention: I ported JPEG AI to Apple silicon—and the first benchmark was mostly startup | dev.to | 2026-09-10

    For the fixed network topology, I use Netron to open an ONNX file such as apple/Models/onnx/tools_2/model_y/analysis.onnx. Netron shows operators, weights, shapes, and connections. It does not show the values from a particular inference. The app's tensor export provides that second half.

  25. mmdetection

    OpenMMLab Detection Toolbox and Benchmark

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

Pytorch discussion

Log in or Post with

Pytorch related posts

  • ComfyUI ในวันที่ AI สร้างภาพ วิดีโอ และโมเดล 3 มิติ ได้ด้วยการลากกล่องต่อกัน

    1 project | dev.to | 11 Sep 2026
  • Glq a port trellis quantization of large language models as a vLLM plugin

    2 projects | news.ycombinator.com | 10 Sep 2026
  • vLLM 0.29.0: Model Runner V2 is now the default

    1 project | news.ycombinator.com | 9 Sep 2026
  • Installing ComfyUI in any Linux distro (quick and easy)

    1 project | dev.to | 7 Sep 2026
  • Inside nano-vLLM: What an RTX 3090 Reveals About LLM Serving

    1 project | dev.to | 6 Sep 2026
  • I tried to build an AI anime on a 16GB MacBook. Here is exactly where it broke

    3 projects | dev.to | 2 Sep 2026
  • vLLM v0.28.0: the breaking change small GPU users must read

    1 project | dev.to | 30 Aug 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 13 Sep 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

# Project Stars
1 transformers 165,281
2 stable-diffusion-webui 164,896
3 ComfyUI 132,277
4 LLMs-from-scratch 104,670
5 vllm 91,420
6 nn 67,428
7 Keras 64,319
8 ultralytics 61,510
9 Real-Time-Voice-Cloning 60,124
10 yolov5 58,003
11 supervision 49,974
12 Made-With-ML 49,458
13 TTS 45,892
14 Ray 43,789
15 DeepSpeed 43,091
16 GFPGAN 37,629
17 pytorch-image-models 37,138
18 VoxCPM 37,032
19 MockingBird 36,910
20 Real-ESRGAN 36,375
21 diffusers 34,505
22 netron 33,457
23 mmdetection 32,881

Sponsored
Monitoring that respects your time & budget
APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
www.appsignal.com