Publications and Open Source

Research Publications


BeFit—A Real-Time Workout Analyzer

Springer Singapore, ICSADL 2021

Maintaining one's physical fitness is of utmost importance. Exercising regularly is very important as it helps improve the quality of life. However, incorrect posture during exercises may lead to severe long-term injuries such as back pain, Tendinitis or even hamstring strains.


Detection of Lung Carcinoma using Volumetric Convolution (V-Net)

IEEE, INCET 2022

Lung cancer is one of the leading causes of cancer-related deaths due to its aggressive nature and late detection at advanced stages. Timely detection of lung cancer is critical for a patient's life and is a significant challenge.


Open Source Contributions


Enhancing non-repudiation for OpenEMR

April, 2024

Analysed OpenEMR, an open source Healthcare software platform for its security features and possible vulnerabilities. Found and corrected a vulnerability listed under ASVS 7.1.4 (Verify that each log event includes necessary information that would allow for a detailed investigation of the timeline when an event happens)


Reimplementing a Ruby controller

December, 2023

The current expertiza platform allows authorized users to impersonate others, utilizing session-based authentication. The challenge was to reimplement this feature in the new expertiza backend, which employs JWT token authentication. Key challenges include adapting the existing session-based logic to work seamlessly with JWT tokens and transitioning from a Model-View-Controller (MVC) architecture to an API-only setup.