Building Deterministic AI Agents with Function CallingLearn how to build AI agents that deliver consistent, structured responses using function calling, with a hands-on example of a nutritionalFeb 31Feb 31
Published inTowards AIBuilding AI-Powered Applications with CockroachDB Vector Search: From Theory to PracticeA step-by-step journey from vector database fundamentals to building a production-ready semantic search system with CockroachDBNov 9, 202451Nov 9, 202451
Published inStackademicAdvanced Semantic Analysis Integrating BERTopic and LLMs for Customer Intent Recognition“Unlock industry insights with AI: BERTopic and Gemini integration revolutionizes customer behavior analysis for data-driven pet businesJul 21, 202491Jul 21, 202491
From Novice to User: First Steps with the Gemini APILearn how to set up and use Google’s powerful Gemini API for natural language processing and generation.Jul 21, 20242Jul 21, 20242
Published inPython in Plain EnglishMaster Column Selection in PandasI will demonstrate how to streamline column selection in pandas using .filter() method.Jan 10, 202452Jan 10, 202452
Published inDevOps.devDeploy any LLM model in just 10 mins anywhere in the world.I will demonstrate how to use Google Cloud run to host a serverless image to text model from huggingface.May 11, 2023382May 11, 2023382
E-commerce Segmentation and Journey PredictionGoal is to Utilize customer segmentation to generate a Sequence model that predicts future trends within each identified segment.Apr 17, 20234Apr 17, 20234
ANOVA: Not Just for Stat Geeks! How This One Test Can Help you make informed decisionsANOVA stands or analysis of variance. Its statistical method used to check if the means of two or more groups are significantly different…Mar 15, 202311Mar 15, 202311
Published inLevel Up Coding“Efficiently Scraping Multiple Pages of Data: A Guide to Handling Pagination with Selenium and…how to handle pagination using selenium pythonDec 28, 20221021Dec 28, 20221021
Text Cleaning in Practice: Real-World Examples and Best Practicestext cleaning examples and best practicesDec 27, 202263Dec 27, 202263
Published inLevel Up CodingEnd To End Machine Learning Extraction To Deployment.I will be demonstrating a end to end machine learning project which starts from extraction of data from a SQL database and ends with…Mar 26, 2022Mar 26, 2022
Published inLevel Up CodingDeploy ML project as Dashboard with Google AuthenticationDeploy machine learning algorithm as a app on the internet with added security of google authentication.Mar 26, 20221Mar 26, 20221
Published inLevel Up CodingHow to Run SQL queries in Jupyter LabIn this small article I will illustrate how to write sql queries in jupyter lab, perform data manipulations as well as visualizations.Mar 15, 20223Mar 15, 20223
Published inLevel Up CodingCreate Interactive Dashboard Using ipywidgets and Python for EDAWe will look into how we can interactively visualize data frames and plots using ipywidgets.Jan 3, 20222Jan 3, 20222
Published inLevel Up CodingSpeed up Python Code by 100xThe main goal of this article is to show how you can easily speed up your code 100 times faster than native python version.Dec 31, 2021Dec 31, 2021
Published inGeek CultureBit Manipulation with examplesThis article will take you through one of the most feared topic of Technical Interview which is BIT MANIPULATION.Jul 27, 2021Jul 27, 2021
Published inLevel Up CodingMulti-Threaded Python Web Crawler for HTTPS pages.In this article I will demonstrate how to build a multi-threaded web crawler which can process https web pages.Sep 3, 20201Sep 3, 20201
temp files and tempfile module in python(with examples)First lets understand what a temp or temporary file is.Aug 6, 2020Aug 6, 2020
Published inAnalytics VidhyaMemory mapping files and mmap module in python(with lot of examples)Definition: A memory-mapped file object maps a normal file object into a memory. This allows us to modify a file object’s content directly…Aug 3, 2020Aug 3, 2020
Partial functions in python functools.partial. With applications and examples.functools.partial(func,*args,**kwargs) returns a new partial object when called will behave like func called with positional…Aug 2, 20201Aug 2, 20201