prompts.chat vs train-llm-from-scratch
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| prompts.chat | train-llm-from-scratch | |
|---|---|---|
| Tagline | The world's largest open-source prompt library for AI | A method for training a Large Language Model (LLM) from scratch using Python. |
| Stars | 165k | 8.1k |
| Forks | 21k | 1.1k |
| Open issues | 59 | 2 |
| Language | HTML | Python |
| License | Other | MIT |
| Last pushed | Jul 7, 2026 | Jun 24, 2026 |
| Categories | LLM Frameworks, Developer Tools | Model Training, LLM Frameworks |
prompts.chat
A repository for sharing and discovering AI prompts, primarily for ChatGPT but also compatible with other models. Originally known as Awesome ChatGPT Prompts.
HTML
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