A web app that allows you to use Amazon's rekognition AI service to analyse images.
The app is written in Node.js and uses the Amazon Rekognition AI service to perform the image recognition and analysis.
See https://aws.amazon.com/rekognition/ for details

put them in the /images directory
images must be under 5mb and in either .jpg or .png format
get it from https://nodejs.org/en/
git clone https://github.com/ajyounguk/img-rekog
cd img-rekog
npm install
You will need a AWS IAM user configured with AmazonRekognitionFullAccess permissions please take care and don't commit your creds back to git if you clone this repo
cd config
cp aws-config-sample.json aws-config.json
edit the aws-config.json file and add your IAM access key (for example, AKIAIOSFODNN7EXAMPLE), the secret access key and your aws account region into the config file
IAM policy requires access to 'rekognition' APIs - e.g. arn:aws:iam::aws:policy/AmazonRekognitionFullAccess
run the webserver:
node app.js
point your browser at the local/remoteIP port 3000 to load the HTML form
e.g http://127.0.0.1:3000/