Filter Forge
Github Link:
https://github.com/louisjohn14/FilterForge
Abstract:
This project contains various image-processing functions implemented in both Java and Python. The functions include cropping, resizing, rotating, and applying Gaussian blur to images. Each function is organized into its own directory with separate implementations for Java and Python. Individual functions are executed and run using AWS to showcase our understanding of deploying Lambda functions through Amazon Web Services (AWS).
Developed an image-processing pipeline supporting cropping, resizing, rotation, and Gaussian blur.
Leveraged AWS services (Lambda, S3) for seamless image storage, retrieval, and processing of functions.
Containerized the application with Docker for portability and streamlined deployment.