transformers vs langcorn

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

transformerslangcorn
Tagline🤗 Transformers: the model-definition framework for state-of-the-art machine learning modelsAPI server for serving LangChain models and pipelines with FastApi
Stars162k938
Forks34k69
Open issues2.5k21
LanguagePythonPython
LicenseApache-2.0MIT
Last pushedJul 7, 2026Jul 15, 2024
CategoriesModel Training, Data & Retrieval, LLM FrameworksInference & 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