Deployment locally trained model and linking to MS Teams chat bot

Hi there!

Is there any tutorial on how to deploy locally trained NER model and link it to MS Teams chat bot or any other at least to understand the logic?

Thank you!

1 Like

Hi! We don’t have such tutorial though it shall not stop you. All you need to get NER working in your chatbot start is to deploy and run our NER model as a microservice, and then call it inside your chatbot using its REST API, with an instance of HttpClient from System.Net.Http. It’s quite straightforward.

Basically, I need to deploy model on AWS, for instance, get endpoint and ask bot to send text there to get output?

Yep. Learn more about rising REST APIs here: