Skip to content

HarigovindV10/AWS-ML

Repository files navigation

AWS Machine Learning APIs

AWS Machine Learning Tools and APIs implemented in python using boto3 library. Amazon provides various APIS like Lex,Polly,Rekogintion.

Prerequisites

You will need an AWS account You will need an AWS Access Key ID and AWS Secret Access Key To get the access key ID and secret access key for an IAM user

Installation

boto3

pip install boto3

awscli

pip install awscl

Kivy Installing kivy

Running

In the Terminal (MacOS/Linux) or Command Prompt (Windows) run

$ aws configure
AWS Access Key ID [None]: Enter your key here
AWS Secret Access Key [None]: Enter your key here
Default region name [None]: us-west-2|us-east-1|us-west-1
Default output format [None]: json|text|table

Enter your AWS Access Key ID ,AWS Secret Access Key,Location and Output Format when prompted.

Authors