Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/explosion/spacy-services
💫 REST microservices for various spaCy-related tasks
https://github.com/explosion/spacy-services
falcon natural-language-processing nlp rest-api rest-microservice spacy
Last synced: about 2 months ago
JSON representation
💫 REST microservices for various spaCy-related tasks
- Host: GitHub
- URL: https://github.com/explosion/spacy-services
- Owner: explosion
- License: mit
- Archived: true
- Created: 2016-10-03T07:37:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T05:02:25.000Z (over 2 years ago)
- Last Synced: 2024-09-21T09:32:46.846Z (about 2 months ago)
- Topics: falcon, natural-language-processing, nlp, rest-api, rest-microservice, spacy
- Language: Python
- Homepage: https://explosion.ai/demos
- Size: 44.9 KB
- Stars: 240
- Watchers: 22
- Forks: 78
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spaCy REST services
This repository includes REST microservices for various spaCy-related tasks. The
services power our [interactive demos](https://explosion.ai/demos) and can be
used as examples of exposing spaCy's capabilities as a microservice. All APIs
are built with [`hug`](https://github.com/timothycrosley/hug) and
**require Python 3**. The following services are available – for more details,
see the API docs in the respective directories.| Service | Description | Example |
| --- | --- | -- |
| [`displacy`](displacy) | Serve a spaCy model and extract dependencies and named entities. | [🖼](https://explosion.ai/demos/displacy), [🖼](https://explosion.ai/demos/displacy-ent)|
| [`sense2vec`](sense2vec) | Serve a [sense2vec](https://github.com/explosion/sense2vec) model with automatic sense detection. | [🖼](https://explosion.ai/demos/sense2vec)
| [`matcher`](matcher) | Run a match pattern over a text and return the matches and tokens as JSON. | [🖼](https://explosion.ai/demos/matcher) |