Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hey Everyone I Have Felt The Pain That Comes With Needing To Classify Data. I Built This Dcm Data Organizer I Would Love The Community’S Feedback!

Hey everyone I have felt the pain that comes with needing to classify data. I built this dcm data organizer I would love the community’s feedback! https://github.com/ythackerCS/MLdataOrganizer

  
  
Posted 2 years ago
Votes Newest

Answers 6


Hi MiniatureCrocodile39
Which packages to you need to run the viewer? I suppose dicom reader is a must?

  
  
Posted 2 years ago

and then pygui, is needed for the gui part to work hopefully thats should be enough given most devs probably have everything else downloaded

  
  
Posted 2 years ago

full list of packages needed:
matplot lib pyplot PySimpleGUI numpy pydiocm shutil

  
  
Posted 2 years ago

Maybe add http://requirements.tt to your repo?

  
  
Posted 2 years ago

will do thanks for the feedback!

  
  
Posted 2 years ago

yes

  
  
Posted 2 years ago
571 Views
6 Answers
2 years ago
one year ago
Tags