circuitmaverick.hashnode.devBuild Your Own News Radio Bot with Spitch, Telegram, and LangchainIntroduction In this tutorial, you'll discover how to create a personalized news retrieval bot that fetches the latest news and compiles it into a radio-style report. To get started, ensure you have the following: python version 3.8 or higher an ap...Aug 5, 2025·10 min read
circuitmaverick.hashnode.devBoost Your Study Sessions by Building a Custom Quiz Generator with Ollama and StreamlitWhat are we building In this tutorial, you will learn how to utilize Ollama to build a quiz generator, improve your study sessions. This tutorial is for everyone and anyone who believes it will benefit them. Alright let’s begin. What is Ollama? Ollam...May 13, 2025·8 min read
circuitmaverick.hashnode.devHow to Build Efficient RAG Pipelines Using DSPyWhat is DSPy DSPy(Declarative Self-Improving Language Programs) is a framework for building AI applications. Unlike its counterparts i.e. Langchain, Llamaindex, it emphasizes programming the LLM model over prompt engineering. In this tutorial, you wi...Mar 27, 2025·5 min read