From a979b2baa59f222caf282648658d882f4ea6687b Mon Sep 17 00:00:00 2001 From: Madhu Date: Wed, 18 Dec 2024 20:17:41 +0530 Subject: [PATCH] readme changes --- ai_agent_tutorials/ai_medical_imaging_agent/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ai_agent_tutorials/ai_medical_imaging_agent/README.md b/ai_agent_tutorials/ai_medical_imaging_agent/README.md index 7311c80..7df234d 100644 --- a/ai_agent_tutorials/ai_medical_imaging_agent/README.md +++ b/ai_agent_tutorials/ai_medical_imaging_agent/README.md @@ -10,7 +10,7 @@ A Medical Imaging Diagnosis Agent build on phidata powered by Gemini 2.0 Flash E - Key Findings and Observations - Potential Abnormalities Detection - Image Quality Assessment - - Severity Assessment + - Research and Reference ## How to Run @@ -18,7 +18,7 @@ A Medical Imaging Diagnosis Agent build on phidata powered by Gemini 2.0 Flash E ```bash # Clone the repository git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git - cd ai_medical_diagnosis_agent + cd ai_agent_tutorials/ai_medical_imaging_agent # Install dependencies pip install -r requirements.txt @@ -29,7 +29,7 @@ A Medical Imaging Diagnosis Agent build on phidata powered by Gemini 2.0 Flash E 3. **Run the Application** ```bash - streamlit run medical_image_diagnosis.py + streamlit run ai_medical_imaging.py ``` ## Analysis Components