Setup Qt5 w/o QtCreator in Linux
I generally dont like a special IDE for making a GUI application, like QtCreator, i wanted to have more control and use Makfile and make to build the Qt Application. So this is a guide on how i did that.
I generally dont like a special IDE for making a GUI application, like QtCreator, i wanted to have more control and use Makfile and make to build the Qt Application. So this is a guide on how i did that.
Simple Tutorial on installing VSCode in Raspberry Pi
I've faced this problems quite a lot of times, when moving flutter projects between platforms, that the moved project does not build. So here is a tutorial of how to move projects between different platforms.
The story begins with a assignment given to me that needed me to deploy a Monocular Single Human Pose Estimation model on AWS Lambda. Me being a student, i prefer to be in the free tier of Lambda, where we get about 3GB of RAM and 500MB storage,...
In this post we will see how you can leverage using TPU's to speed up training on PyTorch models on Google Colab !