Published inGeek CultureHow I Built My Own ChatLLM to Explain Me Python in ChatGPT ToneThis blog describes how to finetune an LLM model to explain the Python code in chatGPT tone i.e. in the same way chatGPT does.Dec 11, 20232Dec 11, 20232
Published inGeek CultureOptimizing Parseq OCR: Adding Quantization Support for Enhanced EfficiencyI recently added the quantization support for OCR Parseq. This blog explains how you can use the same to optimize your own model.Sep 3, 2023Sep 3, 2023
Published inGeek CultureGiving Language Models the Ability to See Without Retraining or Fine-TuningThis blog explains how we can give language models ability to see without retraining or fine-tuning them with a modularized approach.Jul 14, 2023Jul 14, 2023
Detecting Objects With Precision: Polygonal Bounding Box-Based Object DetectionThis blog explains how we can detecting slanted objects accurately using Polygonal bounding boxes instead of rectangular ones.Jun 8, 2023Jun 8, 2023
Published inGeek CultureSay Goodbye to Tedious Annotation: Annotate Object for Segmentation By WordsThis blog explains how we can annotate images by just passing the object names to the pipeline proposed in this blog.Apr 25, 2023Apr 25, 2023
Published inGeek CultureExploring Open Source Alternatives to Chat GPTThis blog explores different open source alternatives of ChatGPT.Apr 17, 2023Apr 17, 2023
Published inGeek CultureUsing Python Code in Android Studio With ChaquopyThis blog demonstrates how we can use python code in android studio with the help of Chaquopy.Mar 19, 20231Mar 19, 20231
Published inGeek CultureBinary Neural Networks: A Game Changer in Machine LearningThis blog explains about binary neural networks which have potential of revolutionizing deep learning if proper efforts are made.Feb 19, 20232Feb 19, 20232
Published inGeek CultureTraining Larger Models Over Your Average GPU With Gradient Checkpointing in PyTorchMost of us have faced situations where our model is too big to train on our GPU. This blog explains how we can solve it through a example.Jan 30, 2023Jan 30, 2023
Published inGeek CulturePruning and Quantizing YOLO V7 With ModoptimaThis blog explains how you can use my library modoptima to optimize YOLO V7 with few lines and code and boost your inference by 3–10 times.Jan 15, 20234Jan 15, 20234