Create an app with the Gemini API and LangChainIn this project I am creating a simple ChatBot using LangChain and Google’s Gemini API. Also, I am experimenting with Project IDX…Jun 8, 2024Jun 8, 2024
Run multiple open source LLMs locally on your machineLarge Language Models are text-based input generation models that allow users to ask questions and receive an output based on input…May 30, 2024May 30, 2024
Building a speech recognizer AI/ML model in Python (Part 6 of 6 — Recognizing spoken words)We have learned all the techniques to analyze speech signal, in this final part, we will learn how to recognize spoken words. The speech…Feb 13, 2024Feb 13, 2024
Building a speech recognizer AI/ML model in Python (Part 5 of 6 — Extracting speech features)So far, we have learned how to handle signals and linear frequency domain. The frequency domain features are what we use for analysis of…Feb 7, 2024Feb 7, 2024
Building a speech recognizer AI/ML model in Python (Part 4 of 6 — Synthesizing tones to generate…Previously we explored how to generate a monotone, but monotone is not very meaningful as it's just a single frequency.Feb 5, 2024Feb 5, 2024
Building a speech recognizer AI/ML model in Python (Part 3 of 6 — Generating audio signals)In the previous part, we learned how audio signals work, in this part let’s see how we can generate one such signal.Feb 1, 2024Feb 1, 2024
Building a speech recognizer AI/ML model in Python (Part 2 of 6 — Transforming audio signals to…In the last part we visualized audio signals, in this part let's explore the underlying frequency components.Jan 31, 2024Jan 31, 2024
Building a speech recognizer AI/ML model in Python (Part 1 of 6 — Visualizing Audio Signals)Speech recognition is a process of decoding the words that are spoken in a language. We capture audio signal through microphone, where…Jan 30, 2024Jan 30, 2024
Demystifying mathematics behind neural nets‘Machine learning’ and ‘artificial intelligence’ are fancy ways of saying statistical mathematics. One of the most popular machine learning…Apr 20, 2023Apr 20, 2023