About Me

A picture of Eknoor Kaur Sandhu

Hello! I am Eknoor Kaur Sandhu. Below are some of the projects I have worked on recently.

Projects

pdf-repeat-remover

pdf-repeat-remover

Built a Python tool that converts lecture videos into clean, screenshot-based PDFs for note-taking and annotation. It automatically removes repeated or visually similar pages using perceptual hashing to keep the final PDF concise. Originally created for AP exam prep, but useful for turning any educational video into an organized study document.

View on GitHub
dance-face-detect

dance-face-detect

Small project to learn tensorflow and make a useful tool for myself. As a Kathak dancer I record videos of myself practicing and can use this tool to capture moments in the video during 360 degree spins, where my face is visible.

View on GitHub
po-di-ng

po-di-ng

Built a multiplayer Pong game using Odin and Raylib as an exercise in learning a newer, less-documented programming language without relying on GenAI. Implemented real-time multiplayer using TCP networking while learning how clients, servers, and game state synchronization work.

View on GitHub
fast-todo

fast-todo

Built a simple RESTful Todo API using Python, FastAPI, and SQLite to learn backend development fundamentals. Implemented CRUD operations while practicing API design, database integration, and standard REST conventions.

View on GitHub