article
Writing
Thoughts on software engineering, research, and technology.
article

Part 1.2 Car Nd Masking and Colouring a Region of the Image
Masking and coloring a region on an given image using Python 3.
#Python
#Machine-Learning

Part 1.1 Car Nd Detect Road Lanes Using Computer Vision and Python 3
Road lane detection using computer vision in Python 3.
#Python
#Machine-Learning
article


Unreal Engine 4 and Samsung Gear VR
Deploying games from Unreal Engine 4 to Samsung Gear VR.
#UnrealEngine4
#VR
article
Setting up WiFi EAP-PEAP on Linux
Do you have problem accessing enterprise WiFi on Linux? Then this article is for you.
#Linux
article
article
Retrieving User Repositories Using Github Api With Little Help of Python 3
How to retrieve GitHub users repository? If thats the question you have, then this blog post is for you.
#Python