In the last post we discussed about OpenAI Agent SDK and built some basic programs with it. We also showed…
The OpenAI agent SDK provides a way to create intelligent agents that combine reasoning, planning, tool use and external integrations.…
I always try to look for Python UI libraries that is easy to use. I have seen NiceGUI and it…
Hello readers, with a lot of thing going on different fronts, I do not have too much time to spend…
I was planning to create a frontend to draw my own masks so that I can test out inpainting using…
Python has come a long way since the first image processing library called PIL. There are a lot of different…
Today we will do a quick blog on image segmentation using one of the pre-trained PyTorch segmentation models. What we…
It’s not new anymore to generate images from text using deep AI. There are various models proposed for this. OpenAIs…
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…