What we do
Our Products
Our Clients



We build products that are
From Our Blog
29Apr 20
OpenCV- a library with sight
OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications…
20Apr 20
How to use Raspberry Pi in headless mode
Connecting Raspberry Pi to an HDMI based display may come with a few restrictions like availability of a working monitor or TV screen and henceforth, portability. Here is how you…
20Apr 20
Running a Python script at reboot on Linux
Make a ‘.sh’ file: If you’re using SSH to connect your Raspberry Pi (i.e., in headless mode), type in the following command in the terminal window: ssh pi@10.0.1.68 #where 10.0.1.68 is…