Skip to content
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 - Sentiment Analysis #5889

Closed
Leo6Leo opened this issue Mar 4, 2024 · 0 comments · Fixed by #5904
Closed

Sample App: ML service - Sentiment Analysis #5889

Leo6Leo opened this issue Mar 4, 2024 · 0 comments · Fixed by #5904
Assignees

Comments

@Leo6Leo
Copy link
Member

Leo6Leo commented Mar 4, 2024

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:

  • Positive
  • Neutral
  • Negative

You can find more detail in the design doc here.

Persona:

Which persona is this feature for?
Administrators and developers

Exit Criteria

  • A container image that contains a python application that connected to a simple sentiment analysis model
  • A detailed documentation that explains it and include the setup guide

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

Additional context (optional)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant