I recently published a phone app that Takes Images, finds text in it and translates to Hindi. It is built on top of two of my previous posts - OCR and Translator. Download: Source Code: Some people... https://t.co/0gzB175Z3I
I teach online classes and often I find myself drawing to explain concepts. Using Paint with a mouse is a painful job if you quickly want to scribble something complex. I miss by white board so much. I tried... https://t.co/2N7E6VXCYL
Since we have started writing code and it is going to be more and more complex, I think it is right time to understand a bit more about the process anatomy. We should learn to debug our... https://t.co/aHxgOPvx8W
C Programming 101 Assignment 2: Create a library and use (static and dynamic) There is a lot of content online to understand static and dynamic linking of code. I am documenting quick steps... https://t.co/iLPJT1AyHU
Download URL: Install git for windows and launch Git bash. It treats Windows file system as Linux, hence path separator “\” turns into “/”. Go to your Git repository, click on “Clone or Download” and copy the Clone... https://t.co/ukya3qYeJT
In this second push to make AI a reality, several companies are working on their own deep learning models with the user data they have acquired over years. For example, Facebook’s... https://t.co/6zjB8DSpAl
Much recently, Microsoft released Windows Machine Learning stack – WinML. It enabled developers to use pre-trained machine learning models in Windows Applications. To me, this is second big... https://t.co/whFfmId0xH
In this second push to make AI a reality, several companies are working on their own deep learning models with the user data they have acquired over years. For example, Facebook’s... https://t.co/6zjB8DAOIN
I recently published a phone app that Takes Images, finds text in it and translates to Hindi. It is built on top of two of my previous posts – OCR and Translator. Download: Source Code: Some people... https://t.co/0gzB175Z3I
In the last post, we built an OCR to get text from images. In this post we will translate text from any language to Hindi. First, create an instance of Text Translator service... https://t.co/aycfRWeps2
We will use Bing Vision APIs to read Text from Images. First, login to https://t.co/bX7gd4nTwp and create a new Resource Group, say ‘Translator’. In this resource group, Add Custom Vision Free tier... https://t.co/fEQXRjCgop
Just got my code signing cert from Digicert and I thought of signing my Android app to publish on Playstore, but there was this weird error jarsigner error: https://t.co/jzJOaqcCeP.SignatureException:... https://t.co/EJGgpMCIEb
I experiment and at times I do come up with some cool solutions, but I fail to find a “Problem”. People often ask, “you have achieved something great, but where are you going to use it?” And I am like, 😕... https://t.co/ZwAXWAmIb7
I recently bough this tiny OLED display for my project from RhydoLabz. Board has a 6 pin interface. I initially confused the interface with an I2C interface and tried a lot of options... https://t.co/f3uwNIGAWW
Anemometer or a wind speed measuring device is a common weather station instrument. The other day, I was discussing an IoT project with a talented student group. We were running... https://t.co/0L2MH5tAHr
In my Digital Communications class, I am trying to help my students learn digital communication/computer networks by discovering the problems of the domain and solve them. In the last... https://t.co/jbDsVVhsow
I was teaching a class today on Communication Systems and wanted my students to learn by visualizing and experiencing. We did a few experiments to start with Stone Age and understand need for... https://t.co/XKvIXU6dfd
I am sharing an interesting story that also summarizes last 8 hours of the day! Although this is second time I am writing this blog, since the previous post published without any content, but I... https://t.co/MWNlGH4j9E
On a ticket counter, what happens when several people try to buy tickets and there is no order? CHAOS! We have seen this at movie theaters on first-day-first-shows, at railway... https://t.co/shu1XpqAj6
To ensure high availability, a regular health check is always a good idea. All you need to do is to periodically request the application endpoint and analyze the response for... https://t.co/5kCTPRwNAz