You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
Serve one or more spaCy models and extract syntactic
dependencies, part-of-speech tags and/or entities. For usage examples, see the
displaCy and
displaCy ENT demos.
Installation
pip install -r requirements.txt
python app.py
API
GET /models
Get a list of available models and their human-readable name, keyed by model
name.
{
"text": "When Sebastian Thrun started working on self-driving cars at Google in 2007, few people outside of the company took him seriously.",
"model": "en"
}