An open API service indexing awesome lists of open source software.

https://github.com/surajv311/image-denoising-using-autoencoder

(Py project) Used MNSIT dataset to denoise images using autoencoders.
https://github.com/surajv311/image-denoising-using-autoencoder

Last synced: about 1 month ago
JSON representation

(Py project) Used MNSIT dataset to denoise images using autoencoders.

Awesome Lists containing this project

README

          

# Image-denoising-using-autoencoder

### The following project uses tensorflow , keras , opencv libraries in the project.
Before cloning and running the project ensure that you have the necessary libraries installed in your environment.
You may install :

```conda install keras```

```conda install tensorflow```

```conda install numpy ```

```conda install pandas ```

```conda install matplotlib```

```conda install seaborn```

### MNSIT dataset is used in the project.

Autoencoder built using deeplearning models.
![img](https://github.com/Surajv311/Image-denoising-using-autoencoder/blob/master/images/img.jpg)