knative / docs

User documentation for Knative components.
https://knative.dev/docs/
Other
4.43k stars 1.23k forks source link

Sample App: ML service - Sentiment Analysis #5889

Closed Leo6Leo closed 3 months ago

Leo6Leo commented 4 months ago

Problem

Create a container image that contains a python application that connected to a simple sentiment analysis model. When container start running, the application should have the URL endpoint to pass in the input, and the output from the model should be returned as JSON.

The model will take the text comment as input, and tell whether the text is:

You can find more detail in the design doc here.

Persona:

Which persona is this feature for? Administrators and developers

Exit Criteria

Time Estimate (optional): How many developer-days do you think this may take to resolve? 1-2

Additional context (optional)