Spaces:
Running
Running
alibidaran
commited on
Commit
•
f47ee6e
1
Parent(s):
ba7d7ac
Update index.html
Browse files- index.html +6 -5
index.html
CHANGED
@@ -196,11 +196,12 @@
|
|
196 |
<h3>Bone Fracture detector</h3>
|
197 |
<p>An open-source AI driven web app that can detect bone fractures from XRAY images. A handy web app for orthopedists and medical professionists.
|
198 |
Our optimized Yolo-V8 model enable all users to execute it in CPU efficently. Moreover, this model can be executed in real-time enviorments.
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
|
|
204 |
</div>
|
205 |
</div>
|
206 |
<div class="project-container">
|
|
|
196 |
<h3>Bone Fracture detector</h3>
|
197 |
<p>An open-source AI driven web app that can detect bone fractures from XRAY images. A handy web app for orthopedists and medical professionists.
|
198 |
Our optimized Yolo-V8 model enable all users to execute it in CPU efficently. Moreover, this model can be executed in real-time enviorments.
|
199 |
+
<iframe
|
200 |
+
src="https://alibidaran-bone-fraction.hf.space"
|
201 |
+
frameborder="0"
|
202 |
+
width="850"
|
203 |
+
height="450"
|
204 |
+
></iframe>
|
205 |
</div>
|
206 |
</div>
|
207 |
<div class="project-container">
|