Harsh PrajapatiRun Ollama in Google ColabGet up and running with large language models. (courtesy of : https://ollama.com/)Jul 172Jul 172
Harsh PrajapatiRunning LLM LocallyThe introduction of transformer architecture sparked a significant shift in natural language processing. Many major language models now use…Jul 62Jul 62
Harsh PrajapatiOpen News Dataset for Machine Learning DevelopmentIntroduction: The ever-increasing demand for securing data poses a critical challenge globally. Simultaneously, machine learning developers…Dec 30, 2023Dec 30, 2023
Harsh PrajapatiUnlocking Chatbot Excellence: Falcon — Your Model for Next-Level ConversationsToday’s demand for chatbots in business allows for automated product information sharing, reducing the need for manual intervention. The…Aug 20, 2023Aug 20, 2023
Harsh PrajapatiCan You solve this contours problem in image processing.During a past interview, I faced a question that I was unable to answer at that moment, and it continues to remain unsolved to this day…Jul 23, 20231Jul 23, 20231
Harsh PrajapatiDiscovering Dominant Colors in Images through K-mean AlgorithmIn the realm of deep learning, it is crucial to have a comprehensive understanding of the dataset, encompassing its size, statistical…Jul 20, 20231Jul 20, 20231
Harsh PrajapatiHistogram of an Image with pythonWe used python for creating a histogram of the image. I used the imread() function from the OpenCV library and matplotlib library to plot…Mar 13, 2022Mar 13, 2022
Harsh PrajapatiObject detection from scratch in pythonObjective: Find out the number of objects from the image and give the distinct image to a distinct color.Feb 15, 2022Feb 15, 2022
Harsh PrajapatiCUDA: Tiled matrix-matrix multiplication with shared memoryWhy used the tiling technique ?. I will give the answer in the upcoming paragraph. In this article, we will discuss both related to memory…Nov 27, 2021Nov 27, 2021
Harsh PrajapatiMatrix multiplication in CUDA CThere are multiple branches of mathematics. However, today we discuss one of the branches of mathematics: linear algebra. It is more…Nov 23, 2021Nov 23, 2021