Deploying a custom spacy ner model #13513
Unanswered
einmdrd
asked this question in
Help: Other Questions
Replies: 1 comment
-
I'm not sure if you got this answered, but using FastAPI it would be something like: @app.post("/ner/") You can then deploy the entire service inside a Docker container |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do you have some steps, tutorials or guides on how to deploy a custom made spacy ner model as api?
I used fastapi and spacy for my server, but I need to deploy it in order for my flutter mobile app to access it. I already created the model as a package so I can pip install it, but it failed to deploy. But everything works fine, when the server is run on the local machine and the app on emulator. How do you think should I set up my files to deploy it successfully?
Beta Was this translation helpful? Give feedback.
All reactions