mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
8 lines
No EOL
476 B
Markdown
8 lines
No EOL
476 B
Markdown
# 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. |