hasibzunair commited on
Commit
47f2f3e
·
1 Parent(s): 94deb8f

update app

Browse files
Files changed (1) hide show
  1. description.html +3 -3
description.html CHANGED
@@ -11,13 +11,13 @@
11
  class samples and over-represented samples in a bid to generate under-represented class samples
12
  using unpaired image-to-image translation. These synthetic images are then used as additional
13
  training data in the task of detecting abnormalities in binary classification use-cases.
14
- Code is publicly available in <a href='https://github.com/hasibzunair/adversarial-lesions' target='_blank'>Github</a>.</br></br>
15
 
16
  This method was also effective for COVID-19 detection from chest radiography images which led to
17
  <a href="https://github.com/hasibzunair/synthetic-covid-cxr-dataset">Synthetic COVID-19 Chest X-ray Dataset for Computer-Aided Diagnosis</a>.
18
  The synthetic images not only improved performance of various deep learning architectures when used as additional training data
19
- under heavy imbalance conditions, but also detect the target class (e.g. COVID-19) with high confidence. </br></br>
20
-
21
  This model predicts if the given image has benign or malignant symptoms.
22
  To use it, simply upload a skin lesion image, or click one of the examples to load them.
23
  Read more at the links below.
 
11
  class samples and over-represented samples in a bid to generate under-represented class samples
12
  using unpaired image-to-image translation. These synthetic images are then used as additional
13
  training data in the task of detecting abnormalities in binary classification use-cases.
14
+ Code is publicly available in <a href='https://github.com/hasibzunair/adversarial-lesions'>Github</a>.</br>
15
 
16
  This method was also effective for COVID-19 detection from chest radiography images which led to
17
  <a href="https://github.com/hasibzunair/synthetic-covid-cxr-dataset">Synthetic COVID-19 Chest X-ray Dataset for Computer-Aided Diagnosis</a>.
18
  The synthetic images not only improved performance of various deep learning architectures when used as additional training data
19
+ under heavy imbalance conditions, but also detect the target class (e.g. COVID-19) with high confidence. </br>
20
+
21
  This model predicts if the given image has benign or malignant symptoms.
22
  To use it, simply upload a skin lesion image, or click one of the examples to load them.
23
  Read more at the links below.