Model/backend/engine
Khalim Conn-Kowlessar 9b869063d1 Jun-te was right
2025-05-06 19:59:33 +01:00
..
engine.py Jun-te was right 2025-05-06 19:59:33 +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 updating dockerfile to install fastapi dependencies + engine for the engine lambda 2025-04-17 15:08:56 +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.