https://github.com/jonathas/face-analysis-serverless-alura
Face analysis using Python, AWS Lambda and AWS Rekognition
https://github.com/jonathas/face-analysis-serverless-alura
aws aws-lambda aws-s3 python rekognition serverless
Last synced: about 1 year ago
JSON representation
Face analysis using Python, AWS Lambda and AWS Rekognition
- Host: GitHub
- URL: https://github.com/jonathas/face-analysis-serverless-alura
- Owner: jonathas
- License: mit
- Created: 2018-11-19T06:36:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T16:53:01.000Z (over 7 years ago)
- Last Synced: 2025-01-16T22:37:46.168Z (about 1 year ago)
- Topics: aws, aws-lambda, aws-s3, python, rekognition, serverless
- Language: Python
- Size: 5.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alura - Amazon Lambda Course: Getting Started with Serverless Code Execution
This is the code that I've developed following the course. I've made some changes in the original one.
## Content
### Serverless on AWS
- Getting to Know AWS Lambda
- AWS Lambda Service
- Hello world
- Function Details
- Consolidating your knowledge
### Entrance and exit
- Periodic execution
- Scheduling the function
- Creating a trigger
- Triggers
- Consolidating your knowledge
### Building our application
- Application of face analysis
- Listing images
- Connecting to S3 bucket
- Indexing the collection
- Querying indexed images
- Consolidating your knowledge
### Face analysis
- Preparing the code for AWS Lambda
- Details on function call
- Detecting faces
- Indexing faces in an image
- Extracting the IDs
- Consolidating your knowledge
### Comparing images
- Comparing the images
- Formatting the data
- Viewing the data
- Testing Data Output
- Consolidating your knowledge
### Application front-end
- Creating the front end
- A front end for the application
- Publishing the site
- Uploading the website
- Correcting permission
- S3 Permissions
- Consolidating your knowledge
### Production environment
- Finishing the code
- Final Adjustments
- Putting it into production
- Upload code
- Adding the trigger
- Consolidating your knowledge
### Testing and versioning
- Testing Face Analysis
- Sending an image to test the application
- Versioning and aliasing
- Version and Alias
- Conclusion
- Consolidating your knowledge