LLMs-from-scratch vs awesome-llm-apps

A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.

LLMs-from-scratchawesome-llm-apps
TaglineImplement a ChatGPT-like LLM in PyTorch from scratch100+ AI Agent & RAG apps you can actually run — clone, customize, ship.
Stars99k117k
Forks15k17k
Open issues46
LanguageJupyter NotebookPython
LicenseOtherApache-2.0
Last pushedJun 2, 2026Jun 15, 2026
CategoriesModel Training, LLM FrameworksAI Agents, LLM Frameworks

LLMs-from-scratch

Repository containing code and instructions for developing, pretraining, and finetuning a GPT-like large language model (LLM) using PyTorch.

Jupyter Notebook

awesome-llm-apps

A repository containing a collection of AI agent and Retrieval-Augmented Generation (RAG) applications that are ready to be cloned, customized, and deployed. The projects cover various aspects such as AI agents, always-on agents, multi-agent teams, RAG techniques, voice agents, fine-tuning for specific use cases, and more.

Python