alibidaran commited on
Commit
9dcab9a
1 Parent(s): 76810b3

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -20
index.html CHANGED
@@ -5,6 +5,10 @@
5
  <meta charset="UTF-8">
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
  <script src="https://kit.fontawesome.com/f2b0adb5d7.js" crossorigin="anonymous"></script>
 
 
 
 
8
  <title> Ali Bidaran - Website</title>
9
  <link rel="stylesheet" href="style.css">
10
  </head>
@@ -210,10 +214,7 @@
210
  <p>Designing an Unet model for segmenting surgery images and optimizing its weights to get real-time performance
211
  on the Intel CPU families.Designing a web app with the trained model with Python, Numpy, OpenVino, ONNX, and Gradio.
212
  Deploying it in HuggingFace spaces(AWS)</p>
213
- <script
214
- type="module"
215
- src="https://gradio.s3-us-west-2.amazonaws.com/3.39.0/gradio.js"
216
- ></script>
217
 
218
  <gradio-app src="https://alibidaran-davinci-eye.hf.space"></gradio-app>
219
 
@@ -229,10 +230,7 @@
229
  LLM such as GPT-2 to create realistic medical reports with Python, PyTorch, and Transformers libraries.
230
  Having been downloaded over 18 thousands since March 2023.
231
  </p>
232
- <script
233
- type="module"
234
- src="https://gradio.s3-us-west-2.amazonaws.com/3.33.1/gradio.js"
235
- ></script>
236
 
237
  <gradio-app src="https://alibidaran-medical-trascription-generator.hf.space"></gradio-app>
238
 
@@ -245,10 +243,7 @@ Having been downloaded over 18 thousands since March 2023.
245
  <h3>Symptom2Disease</h3>
246
  <p>Fine-tuning a LLM such as BERT to detect 24 different diseases from textual symptoms in Python, PyTorch,
247
  and Transformers.</p>
248
- <script
249
- type="module"
250
- src="https://gradio.s3-us-west-2.amazonaws.com/3.39.0/gradio.js"
251
- ></script>
252
 
253
  <gradio-app src="https://alibidaran-symptom2disease.hf.space"></gradio-app>
254
 
@@ -260,10 +255,7 @@ and Transformers.</p>
260
  <div class="project">
261
  <h3>Alzaimer MRI detection</h3>
262
  <p>Designing a CNN model and optimizing it for CPUs to different stages of Alzaimer from MRI images.</p>
263
- <script
264
- type="module"
265
- src="https://gradio.s3-us-west-2.amazonaws.com/3.39.0/gradio.js"
266
- ></script>
267
 
268
  <gradio-app src="https://alibidaran-alzaimer-mri-image-detection.hf.space"></gradio-app>
269
 
@@ -278,10 +270,7 @@ and Transformers.</p>
278
  <h3>General Image Captioning</h3>
279
  <p>Implementing an image captioning model based on GPT and CNN models to create realistic captions for images
280
  with Python, PyTorch, and Transformers.</p>
281
- <script
282
- type="module"
283
- src="https://gradio.s3-us-west-2.amazonaws.com/3.32.0/gradio.js"
284
- ></script>
285
 
286
  <gradio-app src="https://alibidaran-general-image-captioning.hf.space"></gradio-app>
287
 
 
5
  <meta charset="UTF-8">
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
  <script src="https://kit.fontawesome.com/f2b0adb5d7.js" crossorigin="anonymous"></script>
8
+ <script
9
+ type="module"
10
+ src="https://gradio.s3-us-west-2.amazonaws.com/3.33.1/gradio.js"
11
+ ></script>
12
  <title> Ali Bidaran - Website</title>
13
  <link rel="stylesheet" href="style.css">
14
  </head>
 
214
  <p>Designing an Unet model for segmenting surgery images and optimizing its weights to get real-time performance
215
  on the Intel CPU families.Designing a web app with the trained model with Python, Numpy, OpenVino, ONNX, and Gradio.
216
  Deploying it in HuggingFace spaces(AWS)</p>
217
+
 
 
 
218
 
219
  <gradio-app src="https://alibidaran-davinci-eye.hf.space"></gradio-app>
220
 
 
230
  LLM such as GPT-2 to create realistic medical reports with Python, PyTorch, and Transformers libraries.
231
  Having been downloaded over 18 thousands since March 2023.
232
  </p>
233
+
 
 
 
234
 
235
  <gradio-app src="https://alibidaran-medical-trascription-generator.hf.space"></gradio-app>
236
 
 
243
  <h3>Symptom2Disease</h3>
244
  <p>Fine-tuning a LLM such as BERT to detect 24 different diseases from textual symptoms in Python, PyTorch,
245
  and Transformers.</p>
246
+
 
 
 
247
 
248
  <gradio-app src="https://alibidaran-symptom2disease.hf.space"></gradio-app>
249
 
 
255
  <div class="project">
256
  <h3>Alzaimer MRI detection</h3>
257
  <p>Designing a CNN model and optimizing it for CPUs to different stages of Alzaimer from MRI images.</p>
258
+
 
 
 
259
 
260
  <gradio-app src="https://alibidaran-alzaimer-mri-image-detection.hf.space"></gradio-app>
261
 
 
270
  <h3>General Image Captioning</h3>
271
  <p>Implementing an image captioning model based on GPT and CNN models to create realistic captions for images
272
  with Python, PyTorch, and Transformers.</p>
273
+
 
 
 
274
 
275
  <gradio-app src="https://alibidaran-general-image-captioning.hf.space"></gradio-app>
276