How do you choose among competing open-source products? Example comparison of open-source vector databases.
Following are the questions that should be running in your mind when you are to choose from competing open-source products: The popularity and traction of…
Hands-on Tutorial on Making an Audio Bot using LLM, and RAG
1. Learning Outcome 2. Large Language Model Large Language Model (LLM) is an artificial intelligence (AI) model trained to comprehend and produce language similar to…
My notes on AI-Generated Content (AIGC)
Making a talking bot using Llama3.2:1b running on Raspberry Pi 4 Model-B 4GB
Introduction In this article, I describe my experiment on making a talking bot using a Large Language Model Llama3.2:1b and running it successfully on the…
Install, run, and access Llama using Ollama
Learning Outcome In this post, we will learn about: 1. What is Ollama? Ollama is an open-source tool/framework that facilitates users in running large language…
How to Record, Save and Play audio in Python?
Libraries The following are the required libraries. Check mic check Check if you have a working microphone on your system. Following is the code snippet…