Add text
Browse files
app.py
CHANGED
@@ -399,8 +399,6 @@ uploaded_detection = st.sidebar.file_uploader("Upload image to detect", type=["p
|
|
399 |
|
400 |
st.title("AI INTEGRATION FOR CHEST X-RAY")
|
401 |
|
402 |
-
st.header("IMAGE ENHANCEMENT")
|
403 |
-
|
404 |
# File uploader for DICOM files
|
405 |
if uploaded_file is not None:
|
406 |
if hasattr(uploaded_file, 'name'):
|
@@ -504,9 +502,7 @@ if uploaded_file is not None:
|
|
504 |
except Exception as e:
|
505 |
st.error(f"Error generating Grad-CAM: {e}")
|
506 |
|
507 |
-
st.
|
508 |
-
|
509 |
-
st.write("Upload a chest X-ray image and click on 'Detect' to find out if there's any disease.")
|
510 |
|
511 |
model_detection = load_model_detection()
|
512 |
|
|
|
399 |
|
400 |
st.title("AI INTEGRATION FOR CHEST X-RAY")
|
401 |
|
|
|
|
|
402 |
# File uploader for DICOM files
|
403 |
if uploaded_file is not None:
|
404 |
if hasattr(uploaded_file, 'name'):
|
|
|
502 |
except Exception as e:
|
503 |
st.error(f"Error generating Grad-CAM: {e}")
|
504 |
|
505 |
+
st.text("All of the AI Model and Cloud Data can be integrated in one web platform through Streamlit, so that radiologists can diagnose and store medical image data easily, quickly, accurately and securely and the problems previously can be solved.")
|
|
|
|
|
506 |
|
507 |
model_detection = load_model_detection()
|
508 |
|