alibidaran commited on
Commit
2ed3409
1 Parent(s): c0d3215

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +15 -0
index.html CHANGED
@@ -207,6 +207,21 @@
207
 
208
  </div>
209
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
210
  <div class="project-container">
211
  <div class="project">
212
  <h3>Medical transcript generator</h3>
 
207
 
208
  </div>
209
  </div>
210
+
211
+ <div class='project-container'>
212
+ <div class='project'>
213
+ <h3>Bone Fracture detector</h3>
214
+ <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.
215
+ Our optimized Yolo-V8 model enable all users to execute it in CPU efficently. Moreover, this model can be executed in real-time enviorments.
216
+ </p>
217
+ <script
218
+ type="module"
219
+ src="https://gradio.s3-us-west-2.amazonaws.com/4.22.0/gradio.js"
220
+ ></script>
221
+
222
+ <gradio-app src="https://alibidaran-bone-fraction.hf.space"></gradio-app>
223
+
224
+ </div>
225
  <div class="project-container">
226
  <div class="project">
227
  <h3>Medical transcript generator</h3>