FacVain / dil-asistanim

1 stars 0 forks source link

Upload models to VertexAI #59

Open FacVain opened 3 months ago

FacVain commented 3 months ago

Task Description

Upload sentiment and tone analysis models to an endpoint on VertexAI

Implementation Details, Design and Tasks

Write custom handlers for the usage of Cloud runtime. Archive the model files and prepare the models for serving using TorchServe. Then deploy the Models to an endpoint on VertexAI

Expected Output

Given the user text endpoint should return sentiment and tone score.

Acceptance Criteria

Deployed Application should be able to access the endpoint reliably.

Screenshots