Making a Sentiment Analisys Prediction using AWS SageMaker ML/AI package models.
This project is just an example of how to use AWS SageMaker to make AI prediction.
I used a free model/algorithm package available on AWS Sagemaker ( “knime-sentiment-model-package” ) to identify the sentiment (positive/negative) of a given text in English.
The project contains following folders:
-ui: NodeJS config file + AWS JS SDK + S3 Functions
-lambda: Python lambda file
-examples: text examples
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
cd ui
npm install
node server.js
Execute Installing instructions and then go to http://localhost:8080/
Stefano Patitucci