Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rakibhhridoy/imageprocessing

Large amount of image processing is quite messy and time consuming,thus the working steps should be fast as well as accurate also. I've made sequential functions that is needed for processing data in TensorFlow and python. These functions made my work fast as it needed in commercial purposes.
https://github.com/rakibhhridoy/imageprocessing

augmentation deep-learning functional-programming image-manipulation image-processing keras machine-learning numpy python sequential-patterns tensorflow

Last synced: about 1 month ago
JSON representation

Large amount of image processing is quite messy and time consuming,thus the working steps should be fast as well as accurate also. I've made sequential functions that is needed for processing data in TensorFlow and python. These functions made my work fast as it needed in commercial purposes.

Awesome Lists containing this project

README

        

# *Image Processing For Deep learning-FunctionedWay*
>Before Using these functions you have to make sure your directory pattern look like below:
![img1](i0.png)

### *Function Available*
>unzipping_file

>joining_directory_to_each_other_binary_class

>training_filename_show

>train_validation_size

>plotting_image

>resize_labeled_images

>resize_labeled_images_augmentation

>training_with_loading

>load_fit_again_saved_model

>evaluate_the_model_performance

>images_in_conv_layer

>upload_image_to_test

>test_image

>clean_up

1. We will join the directory and thus it will save us huge amount of time.
```python
from Updated import imagePyTen

import os
import zipfile
import matplotlib.image as mpimg
import matplotlib.pyplot as plt

from tensorflow.keras.preprocessing.image import ImageDataGenerator
import random
from tensorflow.keras.preprocessing.image import img_to_array, load_img
from google.colab import files
import matplotlib.pyplot as plt
from keras.preprocessing import image
```
2. Use as your need.

### Get Touch With Me:
[Linkedin](https://linkedin.com/in/rakibhhridoy)

[RakibHHridoy](https://rakibhhridoy.github.io)