Custom text generation function for text generation pipeline using Large Language Models.Most of us are aware and use the text generation pipeline that is available on Hugging Face Transformers library. But in production…Sep 19Sep 19
Introduction to basic computer vision 1 -Basic operations with OpenCVThis article will cover the basic operations on images with OpenCVAug 6Aug 6
Understanding Large Language Models : Chapter 1- Transformers and Transformer block.Large Language Models (LLMs) have taken the world by storm,especially after the public release of GPT based Chat-GPT. The application has…Jul 19Jul 19
Prompt Engineering 101 : The principles to writing effective prompts for Large Language ModelsIntroductionJun 24Jun 24
Loading Multi-band satellite images in tensorflow data pipelinesUsing custom functions for doing some preprocessing of input data in tf data pipelines can be a daunting task, especially if you don’t know…Sep 1, 2022Sep 1, 2022
Collection of web resources for Open LearningThe following is a collection of open courses and books I have audited/read over the years.Aug 28, 20221Aug 28, 20221
Segmenting CityScapes using Pix2Pix GAN.The task is to segment the images from cityscapes into corresponding masks using Pix2Pix GAN. Traditionally we can use other segmentation…Aug 8, 2022Aug 8, 2022
How to make Paintings out of your images: Neural Style TransferLink to the notebook : https://www.kaggle.com/code/virajkadam/neuralstyletransfer-for-creating-paintingsJul 20, 2022Jul 20, 2022
A Gentle Introduction to data pipelines using tf.dataThe first question is , what is there is need for data pipelines?Jun 1, 2022Jun 1, 2022