Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Super Resolution Model
|
| 2 |
+
A Keras/TensorFlow model for upscaling low-resolution images to high-resolution.
|
| 3 |
+
- Input: Low-resolution image (e.g., 64x64)
|
| 4 |
+
- Output: High-resolution image (e.g., 256x256)
|
| 5 |
+
- Format: .h5
|