Promptify vs LLMs-from-scratch

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

PromptifyLLMs-from-scratch
TaglineTask-based NLP engine for structured outputs from LLMsImplement a ChatGPT-like LLM in PyTorch from scratch
Stars4.6k99k
Forks36215k
Open issues604
LanguagePythonJupyter Notebook
LicenseApache-2.0Other
Last pushedMar 27, 2026Jun 2, 2026
CategoriesDeveloper Tools, Model TrainingModel Training, LLM Frameworks

Promptify

Promptify is a Python library designed to facilitate task-oriented natural language processing using large language models (LLMs). It provides features like prompt engineering, versioning and built-in evaluation. The tool supports multiple prompts and different models including GPT.

Python

LLMs-from-scratch

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

Jupyter Notebook