WAT-ai/X-Ray-Tooling

Create a UI and begin frontend/backend integration

Closed this issue · 1 comments

Build a UI that has an image upload section, and stores that image in the backend.
Connect to a database (Local mysql? Cockroach? Postgres?) and store images into the database.
Create a login page and guest access, plus set up user authentication.

  • After the user uploads the image, call a mock api for Model 1
  • Send the information produced by that response through a mock API for Model 2
  • Return a hardcoded decision to the user about the type of injury, and where it is located

Also add a section for the user to query an LLM unlocked after upload (just a basic input box), and return a hard-coded response

Completed