How to integrate the Clinical-NER on Spark NLP for Healthcare into python code base apart from the Google Colab. #313
Answered
by
JustHeroo
JustHeroo
asked this question in
sparknlp-healthcare
-
Can I ask your support how to integrate the Clinical-NER into python code base apart from the google colab. Need to create an API from the nlp-healthcare and try to implement on webside or Android platform. |
Beta Was this translation helpful? Give feedback.
Answered by
JustHeroo
Aug 25, 2021
Replies: 1 comment
-
You can just build custom pipelines and then get predictions with light pipeline. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JustHeroo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can just build custom pipelines and then get predictions with light pipeline.
Anything that works on Colab works on any ubuntu machine. Spark NLP can work anywhere that Spark itself works