#32 · Primary category: NLP Tools & Text Processing
Promptify
Prompt Engineering | Prompt Versioning | Use GPT or other prompt based models to get structured output. Join our discord for Prompt-Engineering, LLMs and other latest research
Project last updated:03/27/26
GitHub Stars
4.6K
Forks
364
Contributors
16
License
Apache-2.0
Why we included this project
Promptify's pitch is that you don't have to rebuild prompt scaffolding every time you want a model to extract something from text. Named entity recognition, classification, question answering, and summarization each map to a short Python call, and the results come back as typed Pydantic objects rather than raw strings, so they drop straight into your existing code. Because the backend routes through LiteLLM, the same task object can hit OpenAI, Anthropic, or a local Ollama model just by changing a model string, which keeps prototyping fast and avoids locking you into one vendor. The evaluation helpers (precision, recall, F1, exact match, ROUGE) plus batch and async processing mean the same code can grow from a notebook experiment into a real pipeline. For anyone doing structured extraction from text who would rather spend time on their data than on prompt construction, this is worth a look.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
compromise
modest natural-language processing
tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量