This project uses a deep learning model, specifically an Autoencoder, to remove noise from images. The dataset used is the Fashion MNIST dataset which contains images of different clothing items.
- Python 3.6
- Keras
- Tensorflow
- Numpy
- Matplotlib
- Clone this repo to your local machine using
git clone https://github.com/mohsinmahmood12/Image-denoising.git
- Run the
Image Denoising using AutoEncoders.ipynb
notebook to train the model and see the results.