Recently I was looking for some OCR programs to process some receipts. Eventually I may just be using Azure of…
According to Wikipedia, Soundex is a phonetic algorithm for indexing names by sound as pronounced in English. The goal is…
The notion of Anomaly detection is about identifying events or observations that rarely occur and are misfit in the larger…
If you checkout stable diffusion library for generating images, you will see that it uses a library named invisible_watermark. Since…
There are instances when you are restricted to always use proxy servers to connect to internet. Let’s assume a need…
Last week I was working on couple of Google APIs to get the latitude/ longitude for a city and also…
One of the algorithms that I learned when I worked on Cobol and C was how to merge two datasets.…
After I brought my M1 MacBook Pro, PyTorch no longer supported GPU. Recently I saw that the Night build for…
Today, we are going to try to understand how python library moviepy works. I had a requirement for video extraction,…
Today’s post is about a not so useful tool that I built for fun. Long time ago, I wrote a…