Recent posts

Rusting away my time

1 minute read

In my journey through searching for federated learning methods other than tflite (don’t blacklist me Google), I came upon Burn by traceAI which is a machine ...

AW(e)Some is the name of the game

2 minute read

There is a new beast in the house!!! You need to stop being afraid of the behemoth called AWS… I considered it to be an untameable beast, something good to s...

Custom builds are always a chore

3 minute read

Okay, so now we have a ready dockerfile for the android opencv build. Next we just need to run CMake and compile the library with make. But scramjet, you say...

Setting up docker for custom opencv build

4 minute read

The premise We made a react native (android focused) package which used the OpenCV Laplacian filter to detect blurring in images. I will write about that in ...