SaaSHub helps you find the best software and product alternatives Learn more →
spaCy Alternatives
Similar projects and alternatives to spaCy
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
PostgreSQL
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
-
Playwright
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
-
Pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
-
Laravel
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
-
transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
-
-
feedback
Discontinued Public feedback discussions for: GitHub for Mobile, GitHub Discussions, GitHub Codespaces, GitHub Sponsors, GitHub Issues and more! [Moved to: https://github.com/github-community/community]
-
-
-
-
-
-
CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
-
spaCy discussion
spaCy reviews and mentions
-
The Sovereign Redactor — A Precision-Guided Privacy Airlock
We use spaCy’s en_core_web_lg (Large) model as the underlying NLP engine. This gives the Redactor the linguistic context to understand that "Gatsby" in a book title should stay, but "Gatsby" mentioned as a person's name in a private letter might need to go.
-
NER: Gemini vs Spacy vs Compromise
For NER, if accuracy is critical, go with an LLM — even an old one like gemma-3-27b-it will outperform tools or small models trained for this task. But by using an LLM you are exposing your data, making an HTTP request, and most likely incurring a cost. If accuracy is not critical and you want to stay in Javascript, compromise is a good package for NER. If you want an even better package and it's OK not using Javascript, then try Spacy.
-
Parsing Nutrition Labels with AI: From Image to Structured Data
For more advanced food label AI, combine pattern matching with Named Entity Recognition (NER). Libraries like spaCy (Python) or compromise (JavaScript) can identify amounts, units, and nutrient names even in noisy text.
-
Building a Menu Scanner with OCR and AI
For complex or highly variable menus, consider using NLP libraries like spaCy (Python) or fine-tuning a transformer-based NER model (e.g., BERT) to identify dish names and prices.
-
GSoC 2026 Predictions: 30 NEW AI/ML/Security Organizations You Should Start Contributing to NOW!
spaCy: https://github.com/explosion/spaCy ⭐ 30k+
-
Solved: Is there a better way to test subject lines besides random A/B tools?
Open-Source NLP Libraries: Python libraries like spaCy, NLTK, and Hugging Face Transformers for building custom models.
-
Strengthening Open-Source Integrity: My First Contribution to spaCy
🔗 Pull Request: #13877 — Remove spaCy Quickstart from Universe/Courses due to spam redirect
-
The AI-Native GraphDB + GraphRAG + Graph Memory Landscape & Market Catalog
spaCy - spacy.io/
-
A Simple Guide to Keyword Clustering with spaCy
spaCy is an open-source library designed for advanced NLP tasks in Python. It’s widely used because it’s:
- SpaCy: Industrial-Strength Natural Language Processing (NLP) in Python
-
A note from our sponsor - SaaSHub
www.saashub.com | 6 Jun 2026
Stats
explosion/spaCy is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of spaCy is Python.