Model/backend/engine
Khalim Conn-Kowlessar 8c7f5f8fb1 fixed minor bugs
2026-01-02 20:44:34 +08:00
..
engine.py fixed minor bugs 2026-01-02 20:44:34 +08: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 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.