Author name: Sajil C. K.

I am an inquisitive person with interests falling at the intersection of mathematics, programming, and research. I like to understand concepts to the core by building things from scratch.

I Checked My Own ASR Dataset for Leakage — Here’s What I Found

A few weeks ago I announced that my Malayalam Whisper model beat the previous best open Malayalam ASR model by 24 WER points. That number is still true. But while getting ready to train a v2 of the model, I decided to actually check something I’d never checked before: was my train/test split clean? It […]

I Checked My Own ASR Dataset for Leakage — Here’s What I Found Read More »

Sine Function in TinyML

Approximating Sine Function in TinyML

Introduction TinyML is the field which involves deployment of machine learning models into resource constrained devices such as micro-controllers. Such devices called edge devices often have few Kilobytes of RAM and flash memory but consumes power in milli-watts range. This feature makes the technology an  ideal choice for remote sensing applications, weather stations, tiny gadgets

Approximating Sine Function in TinyML Read More »

A Simple Data Visualization Web App Using Streamlit Library

The concept of the Internet of Things (IoT) revolves around the integration of sensors with compact computing devices like Arduino boards. This fusion enables a multitude of applications, ranging from surveillance monitoring to automated door locking and smart farming. A pivotal component of IoT systems is the dashboard, which serves as a hub for visualizing

A Simple Data Visualization Web App Using Streamlit Library Read More »