jgontrum / spacy-api-docker

spaCy REST API, wrapped in a Docker container.
https://hub.docker.com/r/jgontrum/spacyapi/
MIT License
265 stars 99 forks source link

Spacy 2.3.0/3.x support #43

Open pietracorvo opened 3 years ago

pietracorvo commented 3 years ago

Hi,

my company is currently doing some lightweight text processing using spacy, it is a really great library for NLP tasks :-) . We would like to integrate it as a standalone service in our application, using your dockerized application seems to be the right solution for us. Do you have a time estimate when spacy 2.3.0 (or spacy 3.x) will be available as a docker image?

Best Alexander

jgontrum commented 3 years ago

Hi Alexander,

Thanks for your interest in the project! I have planned a rewrite for quite a while now, but unfortunately, work always gets in the way :(

If things go well, I plan on getting it done this December.

Best, Johannes

Stormtv commented 3 years ago

Hi @jgontrum,

Just saw the release of spacy v3.0 would love to see an update here if you can find the time. I appreciate the tool you have built!

Also seems to be some FastAPI compatibility here that could be useful https://spacy.io/usage/projects#fastapi

Thanks, Tyler Storm