CDCgov / IDWA

Intelligent Data Workflow Automation
Apache License 2.0
1 stars 1 forks source link

Create UI to generate segmented forms quickly #127

Open arinkulshi-skylight opened 2 weeks ago

arinkulshi-skylight commented 2 weeks ago

Create UI to generate segmented forms quickly The UI should:

  1. Open Image Files: The tool should allow us to open image files
  2. Auto-generate Colors: generate a random color that can be applied to a section of the image.
  3. Prompt for Key Input: Prompt the user to input a key (e.g., patient_first_name).
  4. Update Dictionary: Add the user-inputted key and the RGB value of the applied color to a dictionary.
  5. Save Image and Labels: The tool should save the segmented image and generate a labels.json file with the following format: json { "rgb_value": "text_field" }