milistu/outformer
Clean Outputs from Language Models
When you need to get organized data out of a large language model (LLM), this tool ensures the output is always perfectly structured. You provide a prompt and a template (JSON schema), and it returns valid JSON filled with the LLM's generated content. This is for developers and data scientists building applications that rely on consistent, structured output from LLMs.
Use this if you need to reliably extract information from text into a specific JSON format using an LLM, such as for data parsing or populating databases.
Not ideal if you just need freeform text generation or if you are not comfortable working with Python and JSON schemas.
Stars
11
Forks
—
Language
Python
License
MIT
Category
Last pushed
Nov 23, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/milistu/outformer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lucidrains/x-transformers
A concise but complete full-attention transformer with a set of promising experimental features...
kanishkamisra/minicons
Utility for behavioral and representational analyses of Language Models
lucidrains/simple-hierarchical-transformer
Experiments around a simple idea for inducing multiple hierarchical predictive model within a GPT
lucidrains/dreamer4
Implementation of Danijar's latest iteration for his Dreamer line of work
Nicolepcx/Transformers-in-Action
This is the corresponding code for the book Transformers in Action