Hi, so this is my blog. I鈥檓 documenting my learning notes and detailed workings of my projects in this blog since 2025. Based on the number of grammar mistakes in my posts, you can tell how much ChatGPT is involved 馃槈.

Extract Text from Images using Llama OCR
Hi everyone (if someone鈥檚 there). Extracting text from images has never been easier, thanks to advanced AI models like Llama 3.2 Vision. In this guide, we鈥檒l walk through building a simple yet powerful OCR (Optical Character Recognition) tool using Python, Streamlit, and Ollama鈥檚 AI models. Why Use Llama 3.2 Vision for OCR? Unlike traditional OCR methods, which rely on predefined character recognition techniques, Llama 3.2 Vision leverages AI to not only extract text but also present it in a structured and readable format....