transformers vs chatWeb
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| transformers | chatWeb | |
|---|---|---|
| Tagline | 🤗 Transformers: the model-definition framework for state-of-the-art machine learning models | Web crawling, text extraction from PDF/DOCX/TXT files, summarization, and Q&A based on GPT3.5 embedding API |
| Stars | 162k | 913 |
| Forks | 34k | 137 |
| Open issues | 2.5k | 7 |
| Language | Python | Python |
| License | Apache-2.0 | MIT |
| Last pushed | Jul 7, 2026 | May 25, 2026 |
| Categories | Model Training, Data & Retrieval, LLM Frameworks | Inference & Serving, Data & Retrieval |
transformers
Repo hosts a Python library and framework for NLP, text, audio, vision, multimodal AI model creation, training and inference using PyTorch.
Python
chatWeb
ChatWeb is a Python-based repository that allows users to crawl web pages, extract text content from various file types, and perform summarization or answer questions using GPT-3.5's embedding API with support for vector databases.
Python