How to fix SharedArrayBuffer is not defined error
Recently, I came across this SharedArrayBuffer is not defined error in the Firefox browser, while working on my react app called Giferate. This error was hitting in the Firefox, mobile…
Recently, I came across this SharedArrayBuffer is not defined error in the Firefox browser, while working on my react app called Giferate. This error was hitting in the Firefox, mobile…
In my earlier post How to fix SharedArrayBuffer is not defined error I showed how I fixed the SharedArrayBuffer not defined error on my web app. I did it by…
In this blog, we will learn how to start and stop an AWS EC2 instance using Python boto3 scripts. This can be useful if you have an application that needs…
In here I have listed few of the most frequently used Docker commands. Also scripts to install Docker or Docker Compose components through commandline. Useful while setting them up on…
Video transcoding is certainly an integral part of any Video On Demand (VOD) service. At Mobishaala, on a daily basis, thousands of videos get uploaded. Before making these video contents…
From time to time, I have the need to create custom gifs for my blog or sharing over social networking sites. I had used websites like Giphy to create them,…
In this post let me show you, how I used Supervised Learning to teach an AI agent to play game. In my earlier post to this series - #posture recognition,…
So few years back, I was working on this iOS app to view and add annotations to pdf files. I have not worked on it for quite some time now…
In my previous blog post, I talked about the initial version of my implementation of Hand posture detection using OpenCV & CNN. And in this blog, I am doing a…
In this blog series, I am sharing the project work that I did to implement a simple palm or hand posture detection using OpenCV & CNN (Convolutional Neural network). This…