Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 665 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 665 Bytes

IM Stepfunctions

Step function and lambda implementations for running "Intelligence Mining".

Prerequisites

  • Please refer to Python Setup for instructions on python dev environment setup.

  • Suggest installing AWS Toolkit for VSCode for visualizing step functions.

Architecture

The project is structured in three layers.

  1. Paddi Simulation (dependency)

  2. Services This is the application-logic layer for an entrypoint (ex: lambda) to run training/evaluation tasks and coordinate model loading and persistance.

  3. Lambdas AWS Lambda entry-points for training/evaluation tasks.