Skip to content
Discussion options

You must be logged in to vote

Hi, I am not sure if I fully understand your question. Is the issue the deployment of the model with the web app? If so, you could add the model to requirements.txt. The models are distributed as Python wheels. For example:

spacy==3.5.3
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0-py3-none-any.whl
# Your other dependencies.

The spacy dependency is not really needed here, because the model depends on the spacy package, so it will be downloaded as a transitive dependency.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@oozr
Comment options

Answer selected by oozr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Installation issues
2 participants