nazgut commited on
Commit
d04f02c
Β·
verified Β·
1 Parent(s): 455ba60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -24
README.md CHANGED
@@ -160,30 +160,6 @@ for steps in enhancement_levels:
160
  python comprehensive_test.py
161
  ```
162
 
163
- ## πŸ“ Repository Structure
164
-
165
- ```
166
- β”œβ”€β”€ model.py # SmoothDiffusionUNet architecture
167
- β”œβ”€β”€ noise_scheduler.py # FrequencyAwareNoise scheduler
168
- β”œβ”€β”€ train.py # Training script
169
- β”œβ”€β”€ sample.py # Sampling and generation
170
- β”œβ”€β”€ test.py # Basic testing
171
- β”œβ”€β”€ comprehensive_test.py # All applications testing
172
- β”œβ”€β”€ config.py # Configuration settings
173
- β”œβ”€β”€ dataloader.py # Data loading utilities
174
- β”œβ”€β”€ utils.py # Helper functions
175
- β”œβ”€β”€ requirements.txt # Dependencies
176
- └── applications_test/ # Generated test results
177
- β”œβ”€β”€ 01_noise_removal.png
178
- β”œβ”€β”€ 02_image_enhancement.png
179
- β”œβ”€β”€ 03_texture_synthesis.png
180
- β”œβ”€β”€ 04_image_interpolation.png
181
- β”œβ”€β”€ 05_style_transfer.png
182
- β”œβ”€β”€ 06_progressive_enhancement.png
183
- β”œβ”€β”€ 07_medical_enhancement.png
184
- └── 08_realtime_enhancement.png
185
- ```
186
-
187
  ## πŸ“¦ Installation
188
 
189
  ```bash
 
160
  python comprehensive_test.py
161
  ```
162
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
163
  ## πŸ“¦ Installation
164
 
165
  ```bash