teohyc commited on
Commit
8837091
·
verified ·
1 Parent(s): c4c9aa7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1,4 +1,11 @@
1
  ---
 
 
 
 
 
 
 
2
  # Diffusion Model for COVID-19 X-ray Generation
3
  This is a diffusion model designed for generating synthetic COVID-19 X-ray images. The model takes random noise as input and iteratively denoises it to produce realistic X-ray images.
4
  Used to generate synthetic xray image for scarce COVID-19 positive cases, which can be used for data augmentation in training diagnostic models.
 
1
  ---
2
+ tags:
3
+ - Lung
4
+ - Pneumonia
5
+ - Covid-19
6
+ - PyTorch
7
+ ---
8
+ ---
9
  # Diffusion Model for COVID-19 X-ray Generation
10
  This is a diffusion model designed for generating synthetic COVID-19 X-ray images. The model takes random noise as input and iteratively denoises it to produce realistic X-ray images.
11
  Used to generate synthetic xray image for scarce COVID-19 positive cases, which can be used for data augmentation in training diagnostic models.