You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The machine vision (AI) part of this project will be developed by another team, in parallel. To better understand how our application will interact with the AI module and allow parallel development, we can build a mock AI module that the server component, as defined in issue #2, will interact with for now. When the real AI module becomes available, we'll replace the mock AI component with the real AI module.
Success Criteria for resolving this issue
High level component, ai_grader, exists in the project repository (the name ai_grader can be changed to something else, but something descriptive of the component's purpose)
The component defines an interface for sending input file (pdf or image format)
The component provides a mock student id and mock answers for each input file as a response (in the form of a list of answers for each question. For example: a, c, -, b, d, ...).
The mock response is defined in a file (simple text file would work).
The component works with the server component, as defined in issue Server component of the project #2, to provide mock responses for grading requests.
The text was updated successfully, but these errors were encountered:
The mock AI given here is irrelevant and the mock AI has been changed to meet the needs of the client's requirement. The mock AI is built to generate Student IDs, and their answers in a JSON format as discussed with the client and AI team.
This issue is part of issue #1
The machine vision (AI) part of this project will be developed by another team, in parallel. To better understand how our application will interact with the AI module and allow parallel development, we can build a mock AI module that the server component, as defined in issue #2, will interact with for now. When the real AI module becomes available, we'll replace the mock AI component with the real AI module.
Success Criteria for resolving this issue
The text was updated successfully, but these errors were encountered: