train-llm-from-scratch vs awesome-llm-apps

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

train-llm-from-scratchawesome-llm-apps
TaglineA method for training a Large Language Model (LLM) from scratch using Python.100+ AI Agent & RAG apps you can actually run — clone, customize, ship.
Stars8.1k117k
Forks1.1k17k
Open issues26
LanguagePythonPython
LicenseMITApache-2.0
Last pushedJun 24, 2026Jun 15, 2026
CategoriesLLM Frameworks, Model TrainingAI Agents, LLM Frameworks

train-llm-from-scratch

Repository offering scripts to train LLMs using PyTorch, detailing the process from raw text to aligned model with every part implemented manually from basic neural networks through transformer architecture, up to supervised fine-tuning methods.

Python

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