Model/backend/engine
2026-03-19 18:59:32 +00:00
..
engine.py made mains gas flag boolean 2026-03-19 18:59:32 +00:00
handler.py trying to fix model errors 2025-07-22 19:36:00 +01:00
README.md moved files 2025-04-16 17:20:31 +01:00
requirements.txt added seperate devcontainer so i can SAL and backend work 2026-01-28 14:24:29 +00:00

Model Engine Lambda

This repository contains the code for the Model Engine Lambda, which is responsible for serving machine learning models in a serverless environment. The Lambda function is designed to handle requests for model inference and return the results to the client.

This service consumes an SQS queue and is triggered by messages sent to the queue. The Lambda function processes the messages, performs model inference, and sends the results back to the client.