Giter VIP home page Giter VIP logo

mc-image-processing-lambda's Introduction

AWS Lambda Function for Image Time Analysis

Overview

This AWS Lambda function is triggered by a new object created in an S3 bucket. The function takes the image from the S3 bucket, analyzes it using OpenCV to determine an estimated time of day based on visual characteristics of the image, and compares that with the time information in the EXIF data.

Requirements

  • AWS Account
  • Python 3.x
  • OpenCV (cv2)
  • NumPy (numpy)
  • Boto3 (boto3)
  • Pillow (PIL)
  • Temporary File System Access (tempfile)
  • Datetime (datetime)

Dependencies

The required Python packages are listed in the requirements.txt file and can be installed using pip:

```bash pip install -r requirements.txt ```

How it Works

Lambda Trigger

The Lambda function is designed to be triggered by an event in S3, specifically when a new object (image) is created.

Image Download

The function uses Boto3 to download the image from the S3 bucket to a temporary file.

EXIF Data

Pillow (PIL) is used to read the EXIF data from the image, which contains the timestamp indicating when the photo was taken. This time is classified into one of the following periods:

  • Morning
  • Day
  • Evening
  • Night

Response

The function returns a JSON object containing both the estimated time of day based on visual characteristics and the actual time of day based on the EXIF data.

Deployment

A github action handles deployment

mc-image-processing-lambda's People

Contributors

arborbitethis avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.