paopaoka3325 commited on
Commit
2b0664d
·
1 Parent(s): 4d032d1

Add application files

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -17,7 +17,7 @@ def greet(name1, name2):
17
  str3_huggingface = "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" # huggingface
18
  str4_input = name2
19
 
20
- '''
21
  with open('abstractsave.txt', 'w') as f:
22
  f.write(str4_input)
23
 
@@ -36,8 +36,8 @@ def greet(name1, name2):
36
  run_command(f"poetry run runoak set-apikey -e hfhub-key {str3_huggingface}")
37
  # output = run_command(f"ontogpt extract -t gocam.GoCamAnnotations -i ./abstract.txt")
38
  output = run_command(f"cancerontogpt extract -t cancer.CancerAnnotations -i ./abstractsave.txt")
39
- '''
40
- output = """ut_text: Patient John Smith (HSI-5421) underwent a tissue biopsy at the bladder\n collection site. The histopathology report confirmed the presence of cancer in the\n bladder. The tumor, identified as T-BC5421, measures 4 cm in its longest dimension.\n The cancer has been staged as T2, indicating its progression beyond the bladder\n wall. The cancer was asserted on January 10, 2022. The tumor marker test revealed\n elevated levels of urinary bladder tumor antigen (UBTA). John Smith, a Caucasian\n male born on April 15, 1975, is non-Hispanic and resides in zip code 90210. He is\n still alive, with no reported death date at this time. For any further information,\n please contact John Smith at [email protected] or (555) 123-4567.\nraw_completion_output: |-\n human_specimen_identifier: HSI-5421\n human_specimen_collection_site: bladder\n human_specimen_specimen_type: tissue biopsy\n name: John Smith\n contact_info: [email protected] or (555) 123-4567\n birth_date: April 15, 1975\n gender: male\n zip_code: 90210\n us_core_race: Caucasian\n us_core_birth_sex: male\n us_core_ethnicity: non-Hispanic\n death_date: N/A (no reported death date)\n disease_status_evidence_type: histopathology report\n tumor_identifier: T-BC5421\n tumor_body_location: bladder\n tumor_size_longest_dimension: 4 cm\n cancer_stage_stage_type: T2\n cancer_asserted_date: January 10, 2022\n cancer_body_site: bladder\n tumor_marker_test_result_value: elevated levels of urinary bladder tumor antigen (UBTA)\n\n people_human_specimen_identifier_interaction: John Smith\n people_human_specimen_collection_site_interaction: bladder\n people_human_specimen_specimen_type_interaction: tissue biopsy\n people_name_interaction: John Smith\n people_contact_info_interaction: [email protected] or (555) 123-4567\n people_birth_dat"""
41
  output = output.replace('\\n', '\n')
42
 
43
  #### output_string1, error_string1=run_command("poetry")# ontogpt")
 
17
  str3_huggingface = "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" # huggingface
18
  str4_input = name2
19
 
20
+
21
  with open('abstractsave.txt', 'w') as f:
22
  f.write(str4_input)
23
 
 
36
  run_command(f"poetry run runoak set-apikey -e hfhub-key {str3_huggingface}")
37
  # output = run_command(f"ontogpt extract -t gocam.GoCamAnnotations -i ./abstract.txt")
38
  output = run_command(f"cancerontogpt extract -t cancer.CancerAnnotations -i ./abstractsave.txt")
39
+
40
+
41
  output = output.replace('\\n', '\n')
42
 
43
  #### output_string1, error_string1=run_command("poetry")# ontogpt")