nazgut commited on
Commit
fff0822
Β·
verified Β·
1 Parent(s): 8abfb97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -24
README.md CHANGED
@@ -103,30 +103,6 @@ for steps in enhancement_levels:
103
  python comprehensive_test.py
104
  ```
105
 
106
- ## πŸ“ Repository Structure
107
-
108
- ```
109
- β”œβ”€β”€ model.py # SmoothDiffusionUNet architecture
110
- β”œβ”€β”€ noise_scheduler.py # FrequencyAwareNoise scheduler
111
- β”œβ”€β”€ train.py # Training script
112
- β”œβ”€β”€ sample.py # Sampling and generation
113
- β”œβ”€β”€ test.py # Basic testing
114
- β”œβ”€β”€ comprehensive_test.py # All applications testing
115
- β”œβ”€β”€ config.py # Configuration settings
116
- β”œβ”€β”€ dataloader.py # Data loading utilities
117
- β”œβ”€β”€ utils.py # Helper functions
118
- β”œβ”€β”€ requirements.txt # Dependencies
119
- └── applications_test/ # Generated test results
120
- β”œβ”€β”€ 01_noise_removal.png
121
- β”œβ”€β”€ 02_image_enhancement.png
122
- β”œβ”€β”€ 03_texture_synthesis.png
123
- β”œβ”€β”€ 04_image_interpolation.png
124
- β”œβ”€β”€ 05_style_transfer.png
125
- β”œβ”€β”€ 06_progressive_enhancement.png
126
- β”œβ”€β”€ 07_medical_enhancement.png
127
- └── 08_realtime_enhancement.png
128
- ```
129
-
130
  ## πŸ“¦ Installation
131
 
132
  ```bash
 
103
  python comprehensive_test.py
104
  ```
105
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
106
  ## πŸ“¦ Installation
107
 
108
  ```bash