Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ev2900/comprehend_real-time_analysis_example
- Owner: ev2900
- Created: 2022-12-01T17:02:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T12:36:27.000Z (5 months ago)
- Last Synced: 2024-06-10T14:19:48.087Z (5 months ago)
- Topics: aws, aws-comprehend, comprehend
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Comprehend Real-time Analysis Example
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)