Spaces:
Running
Running
Update index.html
Browse files- index.html +12 -0
index.html
CHANGED
@@ -191,6 +191,18 @@
|
|
191 |
<a href="https://huggingface.co/alibidaran/Gemma2_Virtual_doctor">View Project</a>
|
192 |
</div>
|
193 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
194 |
<div class="project-container">
|
195 |
<div class="project">
|
196 |
<h3>Davinci Eye</h3>
|
|
|
191 |
<a href="https://huggingface.co/alibidaran/Gemma2_Virtual_doctor">View Project</a>
|
192 |
</div>
|
193 |
</div>
|
194 |
+
<div class='project-container'>
|
195 |
+
<div class='project'>
|
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 |
+
</p>
|
200 |
+
<script
|
201 |
+
type="module"
|
202 |
+
src="https://gradio.s3-us-west-2.amazonaws.com/4.22.0/gradio.js"></script>
|
203 |
+
<gradio-app src="https://alibidaran-bone-fraction.hf.space"></gradio-app>
|
204 |
+
</div>
|
205 |
+
</div>
|
206 |
<div class="project-container">
|
207 |
<div class="project">
|
208 |
<h3>Davinci Eye</h3>
|