Extracting Tables from Excel Screenshots for RAG Pipelines.As the LLM are used rapidly, business is using RAG to maximize the capability of LLM with private data. Many organizations are building RAG…Aug 29Aug 29
Published inData Science CollectiveAutomate Open AI key rotationI was working with Azure Open AI where the key keeps on changing after every 90 days.Aug 8Aug 8
Published inData Science CollectiveMost common terms in ML and AIFew common terms used in the science of data.Aug 7Aug 7
TPOT: Tool to create and optimize ML pipelines.Few days back I had a requirement to choose the best algorithm for a set of data to perform regression. I had read a lot about Auto-Sklearn…Mar 19, 2024Mar 19, 2024
Deep Learning to detect cracks in walls.Classification is one of the common uses of Deep learning, where it's used to identify one among the two. In this article, we will try to…Jan 2, 2024Jan 2, 2024
Missing values in data?One of the major problems that comes across data professionals while working with large sets of data is missing values in the dataset…Aug 29, 2023Aug 29, 2023
AI tools that can save time.List of some AI tools that we can use in our daily routine.May 20, 2023A response icon1May 20, 2023A response icon1
Data of dateWhile working with the data sets, many times we come across date and time columns. This column may contain the simple date in the…Apr 5, 2023Apr 5, 2023
Pandas Profiling: Quick way to analyze the data.Pandas Profiling is a python library that can help in a quicker understanding of the data. Using this library we will create an HTML page…Mar 9, 2023Mar 9, 2023