Ekins Kuuzie commited on
Commit
7ca3eb0
·
verified ·
1 Parent(s): b1b70d7

Updating the content of the article and description

Browse files
Files changed (1) hide show
  1. app.py +16 -5
app.py CHANGED
@@ -38,11 +38,22 @@ platform = gr.Interface( fn = predict_image,
38
  title ="TB CADx",
39
  inputs = "image",
40
  outputs = "label",
41
- description="""This is a computer aided detection tool that helps
42
- clinicians quickly classify chest X-ray images into either normal,
43
- unhealthy but no TB or High chance of TB""",
44
- article = """This tool is for research and by all means not meant to replace
45
- the WHO recommended guidelines on diagnosing TB""" )
 
 
 
 
 
 
 
 
 
 
 
46
 
47
 
48
  platform.launch(inline=True, share=True)
 
38
  title ="TB CADx",
39
  inputs = "image",
40
  outputs = "label",
41
+ description="""
42
+ Introducing a revolutionary computer-aided detection tool designed to enhance the efficiency of clinicians in the classification of chest X-ray images.
43
+ This innovative system facilitates the swift classification of images into three key categories: normal, indicating no abnormalities;
44
+ unhealthy but not indicative of Tuberculosis (TB); and those with a high likelihood of TB presence.
45
+ By streamlining the classification process, this tool aims to expedite diagnostic assessments and aid clinicians in making informed decisions regarding patient care.
46
+ """,
47
+ article = """
48
+ It is crucial to emphasize that while this tool serves as a valuable research aid,
49
+ it is not intended to replace clinical guidelines,
50
+ nor should it substitute for the wealth of clinical knowledge
51
+ and experience possessed by healthcare professionals.
52
+ The algorithm is meant to complement and support the diagnostic process,
53
+ providing an additional layer of analysis for consideration in conjunction with the clinician's expertise.
54
+ Users are encouraged to interpret the algorithm's output in conjunction with their clinical judgment,
55
+ and the tool should be viewed as a supplementary resource rather than a standalone diagnostic solution.
56
+ """ )
57
 
58
 
59
  platform.launch(inline=True, share=True)