transformers vs langcorn
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| transformers | langcorn | |
|---|---|---|
| Tagline | 🤗 Transformers: the model-definition framework for state-of-the-art machine learning models | API server for serving LangChain models and pipelines with FastApi |
| Stars | 162k | 938 |
| Forks | 34k | 69 |
| Open issues | 2.5k | 21 |
| Language | Python | Python |
| License | Apache-2.0 | MIT |
| Last pushed | Jul 7, 2026 | Jul 15, 2024 |
| Categories | Model Training, Data & Retrieval, LLM Frameworks | Inference & Serving, Model Training |
transformers
Repo hosts a Python library and framework for NLP, text, audio, vision, multimodal AI model creation, training and inference using PyTorch.
Python
langcorn
LangCorn is an automated API server built on FastAPI, designed to facilitate the deployment of LangChain large language model (LLM) applications and agents. It provides features including ready-to-use authentication and support for custom processing pipelines.
Python