Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ license: gpl-3.0
|
|
| 4 |
|
| 5 |
# Keras Implementation of Convolutional autoencoder for image denoising
|
| 6 |
|
|
|
|
|
|
|
| 7 |
Spaces Link:- https://huggingface.co/spaces/keras-io/conv_autoencoder
|
| 8 |
|
| 9 |
Keras Example Link:- https://keras.io/examples/vision/autoencoder/
|
|
|
|
| 4 |
|
| 5 |
# Keras Implementation of Convolutional autoencoder for image denoising
|
| 6 |
|
| 7 |
+
This repo contains the trained model of Convolutional autoencoder for image denoising on MNIST Dataset mixed with random noise.
|
| 8 |
+
|
| 9 |
Spaces Link:- https://huggingface.co/spaces/keras-io/conv_autoencoder
|
| 10 |
|
| 11 |
Keras Example Link:- https://keras.io/examples/vision/autoencoder/
|