I’ve always believed the best way to learn something is to build it. So I decided to teach my eldest daughter, Khawlah, Python not with textbooks or tutorials, but by building something real together: a personalized large language model. It’s not a toy. We’re building a fully functional private LLM system with FastAPI, Supabase for…
Category: Python
Teaching Machine Learning to My 11-Year-Old
The other night, while setting up a Docker container and trying to explain vector embeddings to my 11-year-old daughter, I paused mid-sentence and smiled. Not because she got it (which she kind of did), but because I realized this is the kind of moment I dreamed of: learning, teaching, struggling, and sharing the journey of…
Nuances of tucking images inside another –Steganography!
Let us start by elucidating with a small instance where this process that you will learn of by the end of the article was used in a Python class. Furthermore, this article deals with the understanding of how to insert an image in another so that it is hidden, with a few concepts on image processing….