SKSiddhi Kiran Bajracharyainsiddhibajracharya.hashnode.dev·Aug 13, 2025 · 4 min readType-Safe ML Configs with Hydra + Pydantic (Step by Step)Repo (optional): https://github.com/siddhi47/pydantic-hydra Managing configurations in machine learning projects can get messy—fast. What starts as a few command-line arguments or a small JSON file (better than having no configuration at all) often g...00
SKSiddhi Kiran Bajracharyainsiddhibajracharya.hashnode.dev·Aug 5, 2025 · 4 min readAutomated labeling and why you should care!If you’ve ever added a new object class to your YOLO or object detection model, you’ve probably faced this scenario: “We want to detect electric scooters with delivery bags.” So, you collect a ton of footage from city intersections. You annotate al...00
SKSiddhi Kiran Bajracharyainsiddhibajracharya.hashnode.dev·Aug 2, 2025 · 5 min readNever Miss a Day Again: Automate Your GitHub Streak with ActionsDoes seeing an all-green contribution graph on GitHub make you feel accomplished?Have you ever tried to maintain a streak, only to miss a day because… life happened? Maybe you were busy. Maybe you lacked motivation.Or maybe, just maybe, you want to b...00
SKSiddhi Kiran Bajracharyainsiddhibajracharya.hashnode.dev·Jul 18, 2025 · 4 min readuv: Modern python package managerUV is a unified python packaging tool that is a replacement for tools like pip, poetry, pipx, pyenv, virtualenv, and more. This is what their documentation says. But why should you use or care about it if you are already using modern packaging tools ...00
SKSiddhi Kiran Bajracharyainsiddhibajracharya.hashnode.dev·Mar 19, 2025 · 4 min readStarting and stopping ec2 instancesI’ve been using EC2 instances to train my models for a while now. Having to use AWS web console to start and stop instances has been a nuisance for me. And since I’m not using the elastic IP because I’m too poor to afford such luxuries, I decided to ...00