Multi-thread image download and process pipeline using metaflow and OpenCV
A lot of times you have to download images from the internet. Here’s my attempt to use multi-thread to speed it up. As a bonus, a bit of image pre-processing.
A lot of times you have to download images from the internet. Here’s my attempt to use multi-thread to speed it up. As a bonus, a bit of image pre-processing.
I worked on a retail tech company that used a lot of crawlers, but I never actually built one. I wanted to give it a try and see if I could do it.
Terraform and Ansible are “infrastructure as code” tools. Combining them you can automate provisioning and deployment of apps.
I wanted to test streamlit as a simple front end for a pre-trained image classification model. In order to do a proper test, deployed it to Heroku.
So after years postponing, it is time to build my website. Here I’ll describe how I did it using Jekyll and hosting it on github pages