Upload folder using huggingface_hub
Browse files- README.md +1 -1
- requirements.txt +2 -2
- space.py +1 -1
- src/README.md +1 -1
- src/demo/requirements.txt +2 -2
- src/demo/space.py +1 -1
README.md
CHANGED
|
@@ -17,7 +17,7 @@ tags:
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# `gradio_medical_image_analyzer`
|
| 20 |
-
<img alt="
|
| 21 |
|
| 22 |
AI-agent optimized medical image analysis component for Gradio with DICOM support
|
| 23 |
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# `gradio_medical_image_analyzer`
|
| 20 |
+
<a href="https://pypi.org/project/gradio_medical_image_analyzer/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_medical_image_analyzer"></a> <a href="https://github.com/thedatadudech/gradio-medical-image-analyzer/issues" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/Issues-white?logo=github&logoColor=black"></a> <a href="https://huggingface.co/spaces/AbdullahIsaMarkus/gradio_medical_image_analyzer/discussions" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/%F0%9F%A4%97%20Discuss-%23097EFF?style=flat&logoColor=black"></a>
|
| 21 |
|
| 22 |
AI-agent optimized medical image analysis component for Gradio with DICOM support
|
| 23 |
|
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
gradio>=5.33.0
|
| 2 |
-
gradio_medical_image_analyzer==0.0
|
| 3 |
numpy>=1.21.0
|
| 4 |
opencv-python>=4.5.0
|
| 5 |
pydicom>=2.3.0
|
| 6 |
pillow>=10.0.0
|
| 7 |
scikit-image>=0.19.0
|
| 8 |
-
scipy>=1.7.0
|
|
|
|
| 1 |
gradio>=5.33.0
|
| 2 |
+
gradio_medical_image_analyzer==0.1.0
|
| 3 |
numpy>=1.21.0
|
| 4 |
opencv-python>=4.5.0
|
| 5 |
pydicom>=2.3.0
|
| 6 |
pillow>=10.0.0
|
| 7 |
scikit-image>=0.19.0
|
| 8 |
+
scipy>=1.7.0
|
space.py
CHANGED
|
@@ -21,7 +21,7 @@ with gr.Blocks(
|
|
| 21 |
# `gradio_medical_image_analyzer`
|
| 22 |
|
| 23 |
<div style="display: flex; gap: 7px;">
|
| 24 |
-
<img alt="
|
| 25 |
</div>
|
| 26 |
|
| 27 |
AI-agent optimized medical image analysis component for Gradio with DICOM support
|
|
|
|
| 21 |
# `gradio_medical_image_analyzer`
|
| 22 |
|
| 23 |
<div style="display: flex; gap: 7px;">
|
| 24 |
+
<a href="https://pypi.org/project/gradio_medical_image_analyzer/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_medical_image_analyzer"></a> <a href="https://github.com/thedatadudech/gradio-medical-image-analyzer/issues" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/Issues-white?logo=github&logoColor=black"></a> <a href="https://huggingface.co/spaces/AbdullahIsaMarkus/gradio_medical_image_analyzer/discussions" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/%F0%9F%A4%97%20Discuss-%23097EFF?style=flat&logoColor=black"></a>
|
| 25 |
</div>
|
| 26 |
|
| 27 |
AI-agent optimized medical image analysis component for Gradio with DICOM support
|
src/README.md
CHANGED
|
@@ -17,7 +17,7 @@ tags:
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# `gradio_medical_image_analyzer`
|
| 20 |
-
<img alt="
|
| 21 |
|
| 22 |
AI-agent optimized medical image analysis component for Gradio with DICOM support
|
| 23 |
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# `gradio_medical_image_analyzer`
|
| 20 |
+
<a href="https://pypi.org/project/gradio_medical_image_analyzer/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_medical_image_analyzer"></a> <a href="https://github.com/thedatadudech/gradio-medical-image-analyzer/issues" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/Issues-white?logo=github&logoColor=black"></a> <a href="https://huggingface.co/spaces/AbdullahIsaMarkus/gradio_medical_image_analyzer/discussions" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/%F0%9F%A4%97%20Discuss-%23097EFF?style=flat&logoColor=black"></a>
|
| 21 |
|
| 22 |
AI-agent optimized medical image analysis component for Gradio with DICOM support
|
| 23 |
|
src/demo/requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
gradio>=5.33.0
|
| 2 |
-
gradio_medical_image_analyzer==0.0
|
| 3 |
numpy>=1.21.0
|
| 4 |
opencv-python>=4.5.0
|
| 5 |
pydicom>=2.3.0
|
| 6 |
pillow>=10.0.0
|
| 7 |
scikit-image>=0.19.0
|
| 8 |
-
scipy>=1.7.0
|
|
|
|
| 1 |
gradio>=5.33.0
|
| 2 |
+
gradio_medical_image_analyzer==0.1.0
|
| 3 |
numpy>=1.21.0
|
| 4 |
opencv-python>=4.5.0
|
| 5 |
pydicom>=2.3.0
|
| 6 |
pillow>=10.0.0
|
| 7 |
scikit-image>=0.19.0
|
| 8 |
+
scipy>=1.7.0
|
src/demo/space.py
CHANGED
|
@@ -21,7 +21,7 @@ with gr.Blocks(
|
|
| 21 |
# `gradio_medical_image_analyzer`
|
| 22 |
|
| 23 |
<div style="display: flex; gap: 7px;">
|
| 24 |
-
<img alt="
|
| 25 |
</div>
|
| 26 |
|
| 27 |
AI-agent optimized medical image analysis component for Gradio with DICOM support
|
|
|
|
| 21 |
# `gradio_medical_image_analyzer`
|
| 22 |
|
| 23 |
<div style="display: flex; gap: 7px;">
|
| 24 |
+
<a href="https://pypi.org/project/gradio_medical_image_analyzer/" target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/gradio_medical_image_analyzer"></a> <a href="https://github.com/thedatadudech/gradio-medical-image-analyzer/issues" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/Issues-white?logo=github&logoColor=black"></a> <a href="https://huggingface.co/spaces/AbdullahIsaMarkus/gradio_medical_image_analyzer/discussions" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/%F0%9F%A4%97%20Discuss-%23097EFF?style=flat&logoColor=black"></a>
|
| 25 |
</div>
|
| 26 |
|
| 27 |
AI-agent optimized medical image analysis component for Gradio with DICOM support
|