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

Mock AI component #4

Closed
5 tasks done
kate-holdener opened this issue Jan 28, 2024 · 1 comment · Fixed by #7
Closed
5 tasks done

Mock AI component #4

kate-holdener opened this issue Jan 28, 2024 · 1 comment · Fixed by #7
Assignees

Comments

@kate-holdener
Copy link
Contributor

kate-holdener commented Jan 28, 2024

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

  • 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.
@rkarmuri
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants