promptslab/Promptify
A Python framework for building LLM-powered NLP pipelines with structured outputs, evaluation, and LiteLLM integration.

Velocity · 7d
+3.6
★ / day
Trend
→steady
star history
Promptify positions itself as a scikit-learn equivalent for LLM-powered NLP, providing task-based interfaces (NER, classification, etc.) that wrap around large language models through the LiteLLM backend. It uses Pydantic models to enforce structured output schemas, integrates evaluation metrics, and abstracts prompt engineering complexity so developers can invoke NLP tasks with minimal code.