Implementing an Image Analyzer to Detect Photo Friendliness
This chapter is focused on the value that machine learning (ML) can bring to your applications. You are going to build another serverless application, but this time, you will take advantage of AWS-native ML services instead of complex programming logic.
You are going to build your application using Python and architecture using Terraform.
This chapter covers the following main topics in order:
- What you are going to build – a photo quality analyzer
- How you are going to build it – using serverless AWS services
- Building it – using Terraform and Python
- How to improve the application – using ML, advanced security features, and custom domain names
By the end of this chapter, you will have your own application that uses ML to identify if a photo is professional-looking enough for a profile picture. This is an introduction to more advanced ML applications that you will see...