MNMilad Nozariinblog.nozary.com·Apr 1, 2024 · 6 min readSetting Up a Machine Learning Pipeline For FREERecently I needed to set up a machine learning pipeline for my project, Camera to Keyboard, and since it's an open source project I needed a way to set up a pipeline for free. In this article, you'll read about my approach and its constraints. A mac...00
MNMilad Nozariinblog.nozary.com·Mar 19, 2024 · 8 min readTurning Your Camera into a KeyboardA while ago, looking at my big mouse mat I decided to print my own (never did though, so it makes this story a bit ironic). Then I realized my keyboard was in the way. So I thought how fantastic it would be if you could just print your keyboard, seam...00
MNMilad Nozariinblog.nozary.com·Feb 27, 2021 · 8 min readDealing with lru_cache While Testing Django Applicationslru_cache is the simplest method of caching expensive function calls. It's hassle-free and it doesn't need a backend (such as Redis). But there's a gotcha when testing your application. Data could leak from a test case to another since they are cache...00