Model/backend/engine
2025-07-15 19:40:05 +01:00
..
engine.py adding goal value to scenario creation 2025-07-15 19:40:05 +01:00
handler.py moved files 2025-04-16 17:20:31 +01:00
README.md moved files 2025-04-16 17:20:31 +01:00
requirements.txt added testing automation with tox and added new test to handle error case when fetching address from epc registry 2025-05-14 15:34:12 +01: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.