05 May 2024
Deploying webcam based classifier; written in Node Js. The model is relatively light and trains on the browser. Checkout the app here
Vercel App.
07 Sep 2023
Discover how I harness the power of Google Scripts to automate and enhance my Google Sheets workflows. From adding timestamps to protecting data and automating emails, dive into my curated repository,
UsefulGoogleSheetScripts, to streamline your tasks and elevate your Sheets game
29 Aug 2023
As a new grad, I wanted to share some current data science and machine learning job opportunities that may be of interest to others in their search. In this post, I provide a dynamically updated spreadsheet populated by my customized job finder built on AWS Lambda. The tracker scrapes listings from multiple sites and collates relevant openings tailored to skills that new graduates likely possess. By automating the search and centralizing the results, I'm able to maintain this frequently refreshed board listings. Whether you're looking to apply or just exploring openings, feel free to browse opportunities and bookmark for future reference. I briefly cover the serverless implementation that powers this continuous discovery. My goal is paying it forward by helping fellow new grads kickstart their job hunt.
27 Aug 2023
I built an automated job search assistant using AWS serverless services to streamline my upcoming job hunt as a new grad. This project leverages Lambda, DynamoDB, SQS, and Google Sheets to continuously find and collate relevant job listings tailored to my skills. The end-to-end pipeline scrapes opportunities, dedupes listings, and populates a shareable spreadsheet to easily track applications. I detail the implementation, challenges faced, and future enhancements like intelligent filtering and automated resume customization. This serves both as a guide for others to create similar projects and a demonstration of my hands-on engineering skills.
24 Aug 2023
What I learnt while reading about LLM with semantic search in terms of theory and practical aspects