Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ev2900/comprehend_real-time_analysis_example

Examples working with AWS SDK via. Python Boto3 to make calls to Comprehend APIs
https://github.com/ev2900/comprehend_real-time_analysis_example

aws aws-comprehend comprehend

Last synced: 15 days ago
JSON representation

Examples working with AWS SDK via. Python Boto3 to make calls to Comprehend APIs

Awesome Lists containing this project

README

        

# Comprehend Real-time Analysis Example

map-user map-user

Examples using the AWS SDK for Python ie. Boto3 to interact with AWS Comprehend. Specifically the examples work with the real-time analysis capabilities of comprehend.

Real-time analysis capabilities use a pre-built model that comprehend offers. There is no training on your data required.

How the scripts authentication with comprehend / AWS via. Boto3 is not covered in this repository. To understand the authentication options reference the repository [Boto3 Authentication Options](https://github.com/ev2900/Boto3_Authentication_Options)

Additonal reference material is [Boto3 documentation for comprehend](https://boto3.amazonaws.com/v1/documentation/api/1.9.46/reference/services/comprehend.html#Comprehend.Client.detect_entities) and [Amazon Comprehend API Reference](https://docs.aws.amazon.com/comprehend/latest/APIReference/welcome.html)