Face Recognition AWS Report
Face Recognition AWS Report
Face Recognition AWS Report
BACHELOR OF TECHNOLOGY
Submitted by:
[Your Name]
Submitted to:
[Supervisor's Name]
Report Approval
The industrial training report entitled "Face Recognition Model with AWS S3 Bucket"
is hereby approved as a creditable engineering subject study, carried out and presented
in a manner satisfactory for the purpose for which it has been submitted.
Acknowledgments
for their guidance and support throughout this project. My gratitude also goes to my
academic supervisor, [Academic Guide], for their feedback and encouragement during the
Table of Contents
1. Introduction
3. Project Overview
4. Implementation
- Model Training
- Deployment
7. Learning Outcomes
8. Conclusion
9. References
Chapter 1: Introduction
This project aimed to build a face recognition model integrated with AWS S3 for scalable
and secure storage of image datasets. The system utilizes Python-based machine learning
frameworks to identify and classify faces effectively while leveraging the cloud's flexibility
1.2 Objective
2.1 Tools
2.2 Technologies
- Machine Learning
- RESTful APIs
The face recognition model identifies faces in images or video streams, classifying them into
pre-trained categories. AWS S3 serves as the backbone for image storage, ensuring secure,
Chapter 4: Implementation
- Images were stored in AWS S3 buckets, organized by categories for training and validation.
- Implemented an API for uploading and retrieving images from AWS S3.
4.4 Deployment
- AWS Lambda handled event-based operations, such as notifying when a new image was uploaded.
- Data Preprocessing: Addressed variations in lighting and angles using augmentation techniques.
- Latency Issues: Reduced API response time with efficient caching mechanisms.
Chapter 8: Conclusion
The project successfully integrated a robust face recognition model with AWS S3 for secure
storage and scalability. The model demonstrated excellent performance and laid the foundation
for future enhancements, such as real-time video analysis and multi-user support.
References