Skip to main content
Tag

Programming

2 posts in this tag

From Clicks to Keystrokes: My Journey into the Vim

Avinash Rijal
8 min read

Back in the days, it was somewhere around when I first started my developer career, I was a Sublime text fan, most of you may have never herd of it but it was like “winrar” which kept bugging you for activating it but never obstructed you from using it. It was a good time. I was happy and I was productive. Sometimes, I used to give jetbrains a try but it soon phased out after my crack stopped working and I as a junior developer didn’t have enough salary to pay for their plans while paying my rent.

Read More
cnn-with-fast-api

How to serve CNN models with Fast API

Avinash Rijal
5 min read

Recently I have run into an issue with a client who asked me to build a CNN model for certain task. Let’s keep “why” a secret and let’s talk about why I am writing this blog. The issue that we ran into later on was, my client was not ready to use the sagemaker for deploying the model even though we trained it on sagemaker. He wanted a custom repo where we could track the files and have our own custom inference. On top of that he wanted Fast API

Read More