Want Real-Time Custom Entity Recognition for PDFs Amazon Comprehend

0

I have built a custom entity recognition comprehend model trained on pdf documents following this two-part tutorial- https://aws.amazon.com/blogs/machine-learning/custom-document-annotation-for-extracting-named-entities-in-documents-using-amazon-comprehend/ and https://aws.amazon.com/blogs/machine-learning/extract-custom-entities-from-documents-in-their-native-format-with-amazon-comprehend/. Here I have used the aws sagemaker for labeling the pdfs and then training my model. My question is: Is it possible to use this model for real-time synchronous analysis job.

質問済み 1年前296ビュー
2回答
1

By definition, Comprehend analysis jobs can only be asynchronous. What you are after here would be real-time custom recognizer analysis. Once you have trained your recognizer, you can refer to this link for real-time custom entity recognition.

A more detailed implementation can be found on our blog here:

In this post, we cover how to build an Amazon Comprehend custom entity recognition model and set up an Amazon Comprehend Custom Entity Recognition real time endpoint for synchronous inference.

If you experience any roadblocks while implementing the above, please do not hesitate to raise a support case via your AWS console and one of our Support Engineers will be glad to further assist you in your journey.

AWS
サポートエンジニア
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ