cvips commited on
Commit
92486ce
·
1 Parent(s): 1e14b2e

front end updated

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. README.pdf +0 -0
  3. app.py +20 -9
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🏥
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: "5.9.0"
8
  app_file: app.py
9
  pinned: false
10
  ---
 
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
+ sdk_version: "4.40.0"
8
  app_file: app.py
9
  pinned: false
10
  ---
README.pdf CHANGED
Binary files a/README.pdf and b/README.pdf differ
 
app.py CHANGED
@@ -52,27 +52,38 @@ import spaces
52
 
53
  # breakpoint()
54
  MARKDOWN = """
55
- # <div style="text-align: center; font-size: 2.5em;">ሀ<span style="color: #32CD32;">A</span>ኪ<span style="color: #FFD700;">i</span>ም <sup>AI</sup></div>
56
 
57
- <div>
58
- <a href="https://cyberbrainai.com/">
59
- <img src="https://cyberbrainai.com/assets/logo.svg" alt="CyberBrain AI" style="display:inline-block; width:50px; height:50px;">
 
 
 
 
 
 
 
60
  </a>
61
- <a href="https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/how-to-segment-images-with-sam-2.ipynb">
62
- <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="ድinቅneሽ" style="display:inline-block;">
63
  </a>
64
- <a href="https://www.youtube.com/watch?v=Dv003fTyO-Y">
65
- <img src="https://badges.aleen42.com/src/youtube.svg" alt="YouTube" style="display:inline-block;">
66
  </a>
67
  </div>
68
 
 
 
69
  This demo integrates BiomedParse, a foundation model for joint segmentation, detection, and recognition across 9 biomedical imaging modalities. The model supports:
70
 
71
  - Segmentation/Detection/Recognition across multiple modalities (CT, MRI, X-Ray, etc.)
72
- - Text-prompted object detection
73
  - Recognition of anatomical structures and abnormalities
74
 
 
75
 
 
76
  """
77
 
78
  IMAGE_PROCESSING_EXAMPLES = [
 
52
 
53
  # breakpoint()
54
  MARKDOWN = """
55
+ <div align="center">
56
 
57
+ # HakimAI
58
+
59
+ <h1 style="font-size: 2.5em; margin-bottom: 10px;">
60
+ ሀ<span style="color: #32CD32;">A</span>ኪ<span style="color: #FFD700;">i</span>ም
61
+ <sup style="font-size: 0.5em;">AI</sup>
62
+ </h1>
63
+
64
+ <div style="margin: 20px 0;">
65
+ <a href="https://cyberbrainai.com/" style="margin: 0 5px;">
66
+ <img src="https://cyberbrainai.com/assets/logo.svg" alt="CyberBrain AI" style="width:50px; height:50px;">
67
  </a>
68
+ <a href="https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/how-to-segment-images-with-sam-2.ipynb" style="margin: 0 5px;">
69
+ <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="ድinቅneሽ">
70
  </a>
71
+ <a href="https://www.youtube.com/watch?v=Dv003fTyO-Y" style="margin: 0 5px;">
72
+ <img src="https://badges.aleen42.com/src/youtube.svg" alt="YouTube">
73
  </a>
74
  </div>
75
 
76
+ <div style="max-width: 800px; margin: 0 auto; text-align: left;">
77
+
78
  This demo integrates BiomedParse, a foundation model for joint segmentation, detection, and recognition across 9 biomedical imaging modalities. The model supports:
79
 
80
  - Segmentation/Detection/Recognition across multiple modalities (CT, MRI, X-Ray, etc.)
81
+ - Text-prompted object detection
82
  - Recognition of anatomical structures and abnormalities
83
 
84
+ </div>
85
 
86
+ </div>
87
  """
88
 
89
  IMAGE_PROCESSING_EXAMPLES = [