knative / docs

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

Sample App: ML service - Inappropriate language filter #5917

Closed Leo6Leo closed 3 months ago

Leo6Leo commented 3 months ago

Problem

Create a container image that contains a python application that connected to a simple inappropriate language filter 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)

tico88612 commented 3 months ago

/assign

Leo6Leo commented 3 months ago

Hey @tico88612! Thanks for taking on this issue! Feel free to reach out for help if you have any questions!

Leo6Leo commented 3 months ago

Hey @tico88612 , do you need any help with the issue?

tico88612 commented 3 months ago

Hi @Leo6Leo, Sorry for the slow reply.

Should I follow PR #5904 to implement an Inappropriate language filter?

Leo6Leo commented 3 months ago

@tico88612 Yes, that's correct. Let do it in that way for now, but it might subject to change, as we might brainstorm more new ideas along the way.

But feel free to think about any new ways to implement it, as long as it can best demonstrate knative's feature!