Model/backend/engine/README.md
Khalim Conn-Kowlessar f4fc50680b moved files
2025-04-16 17:20:31 +01:00

476 B

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.