Prasant

Prasant

I am Prasant Bagale, a software engineer with a passion for artificial intelligence and machine learning, especially natural language processing. I previously worked as a flutter developer before shifting my focus to AI/ML. On this blog, I write articles on topics like neural networks, natural language understanding, and other aspects of NLP. Outside of technology, I enjoy watching anime and reading web novels. I am always exploring new ways to apply AI to solve real-world problems and enhance human-computer interaction. My goal is to share my knowledge and experiences with AI/ML to help others learn about this exciting field. Here's my linkedIn: https://www.linkedin.com/in/prasant-bagale/

Error: Building wheel for llama-cpp-python

error: subprocess-exited-with-error Ă— Building wheel for llama-cpp-python (pyproject.toml) did not run successfully.│ exit code: 1╰─> [128 lines of output] This solution worked for my case. My System is Linux. No GPU. pip install –no-cache-dir llama-cpp-python==0.2.85 –extra-index-url Github Link Also…

Error: Externally Managed Environment

This error occurs because your Python environment is externally managed, meaning the system Python installation is protected to prevent breaking critical dependencies. Solution 1: Use a Virtual Environment (Recommended) Either Venv or Conda. Virtual environments ensure: Using virtual environments is…

Building a RAG-based CLI Chatbot System: LlamaIndex & Qdrant

image

In this article, we’ll walk through the process of building a Retrieval-Augmented Generation (RAG) based Command-Line Interface (CLI) Chatbot System using the LlamaIndex framework. This system allows users to interact with a chatbot that can answer questions based on a…

AWS BedRock Claude API Tutorial

image

Amazon Bedrock is a fully managed service that offers a choice of high-performing foundation models, including Claude, via a single API, along with a broad set of capabilities you need to build generative AI applications with security, privacy, and responsible…

Chat With Your Website Using Langchain

image 8

Imagine chatting with a website to extract information, similar to conversing with a human. This is where LangChain comes into play. LangChain is a powerful tool for natural language processing (NLP), enabling AI-based conversational interfaces. In this article, we’ll explore…

Exploring Sentiment Analysis with Nepali Text

image 4

Sentiment analysis, a crucial component of natural language processing (NLP), has seen exponential growth in its applications, spanning from understanding customer feedback to social media monitoring. In this blog, I delve into a project that tackled sentiment analysis of Nepali…