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…
Recently I found an interesting dataset that deals with music genres. The site seems to be unmaintained. However they have…
When we talk about Python, couple of things always comes to mind. One is that Python is very beginner friendly…