-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample App: ML service - Inappropriate language filter #5917
Comments
/assign |
Hey @tico88612! Thanks for taking on this issue! Feel free to reach out for help if you have any questions! |
Hey @tico88612 , do you need any help with the issue? |
@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! |
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)
The text was updated successfully, but these errors were encountered: