-
Detect Straight Lines in Opencv Python using Hough Line Transform
Straight lines are everywhere in the world and detecting them using Computer Vision is an important skill to learn. Straight lines are found throughout the world ranging from roads to the tiny bacteria under the microscope. As a Computer Vision developer, you may be required to detect the straight lines. Its important to learn how […]
-
Learn how to Install and verify CUDA Cores in your system
You will learn to install and use Numba and Cudatoolkit to check if you have CUDA cores in your system.
-
Learn How to Pass arguments to a Python Script and run it using Autohotkey Macro in Windows
Learn How to Pass arguments to a Python Script and Call it using Autohotkey Macro
-
Run Python Scripts using AutoHotkey and Pass Arguments
What if you wanted to automate running a python script in order to QUICKLY test something and development purpose! I know from experience the process of ALT+TAB into a CMD and then pressing UP arrow and press enter is a repetitive labour. Lets reward ourselves with Autohotkey’s automation and buy some extra minutes into the already tightened day. ENTER THE AUTOHOTKEY!