ybot1122 / deburgger

Deburgger is an AI powered chatbot who will help debug and troubleshoot your burger.
0 stars 0 forks source link

Linked Entity Recognition + Summarize Text #3

Open ybot1122 opened 1 year ago

ybot1122 commented 1 year ago

Use Linked Entity Recognition to get text from a link, and then use the Summarize API to return a summary of the text to users.

Summarization API: https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/summarization/quickstart?pivots=rest-api&tabs=document-summarization%2Cwindows

ybot1122 commented 1 year ago

Linked Entity Recognition done, still need to do Summarize API