MaartenGr / KeyBERT

Minimal keyword extraction with BERT
https://MaartenGr.github.io/KeyBERT/
MIT License
3.59k stars 358 forks source link

deploy by torchserve #128

Closed jack-gits closed 2 years ago

jack-gits commented 2 years ago

I'm using torchserve for model deployment. whether can I deploy the KeyBERT by torchserve? can you give some advice?

MaartenGr commented 2 years ago

Although I am not that familiar with Torch Serve, I believe you can use the custom backends in KeyBERT to prepare the environment for SentenceTransformers. A quick search found these and these links that might help you get started.

jack-gits commented 2 years ago

thanks very much. I know how to start on this.