robertosousa1 / lambda-image-analysis-with-aws-rekognition

Automated image analysis with machine learning using a lambda function with a translation service to translate the answer in Portuguese Brazil (pt-BR).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lambda function for image analysis with AWS Rekognition

Automated image analysis with machine learning using a lambda function with a translation service to translate the answer in Portuguese Brazil (pt-BR).

GitHub top language GitHub language count Codacy grade Repository size GitHub last commit Repository issues

demo-web

Technology   |    Prerequisites   |    Getting started   |    How to contribute   |    License

πŸš€ Technology

  • AWS Lambda β€” Allows you to run code without provisioning or managing servers.
  • Serverless Framework β€” Gives you everything you need to develop, deploy, monitor and secure serverless applications on any cloud.
  • AWS Rekognition β€” Automation of image and video analysis with machine learning.
  • AWS Translate β€” Neural machine translation service

β˜‘οΈ Prerequisites

πŸ†™ Getting started

  • Clone this repo
  • Enter the folder lambda-image-analysis-with-aws-rekognition
  • Run yarn or npm install to install the dependencies
  • Run sls deploy or serverless deploy to upload the lambda function to AWS
  • Access the endpoint informed in the terminal
  • After the endpoint in the browser, insert the query string ?imageUrl= then insert the address of the image on the web you want to analyze

✏️ How to contribute

  • Make a fork;
  • Create a branck with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

After merging your receipt request to done, you can delete a branch from yours.

πŸ“ License

This project is under the MIT license. See the LICENSE for more information.


Made with by Roberto Sousa πŸ‘‹ Get in touch!

About

Automated image analysis with machine learning using a lambda function with a translation service to translate the answer in Portuguese Brazil (pt-BR).

License:MIT License


Languages

Language:JavaScript 100.0%