PhotoBlurring by use of tensorFlow & OpenCv libraries. Idea inspired by Waleedka's RCNN library. https://github.com/matterport/Mask_RCNN
This is a practical application of detecting a human in an image & getting the masking co-ordinates of the person & blurring the background, just like imitating the portrait mode of modern day phone camera's.
Integrate the RCNN library to detect the person in the image & plot the mask, then blur(blur python script present in the repo) out the non-masked region(background of person)P.S. This is not a complete project yet, the output image is not generated by this project but it is the end intended end result of this project.