Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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) |