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

https://github.com/surajv311/image-data-augumentation

Applied augmentation concepts using Py.
https://github.com/surajv311/image-data-augumentation

Last synced: 7 months ago
JSON representation

Applied augmentation concepts using Py.

Awesome Lists containing this project

README

          

# Imagedata Augumentation project using keras

### The following project uses tensorflow , and matplotlib 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 matplotlib```

Performed augmentation of a scenery image in this project.

* Brightness

![brightness](https://github.com/Surajv311/Image-data-Augumentation/blob/master/_resImages/brightness.jpg)


* Flips

![flips](https://github.com/Surajv311/Image-data-Augumentation/blob/master/_resImages/flips.jpg)


* Zooming

![zoom](https://github.com/Surajv311/Image-data-Augumentation/blob/master/_resImages/zooming.jpg)