Skip to content
View Jesuthan's full-sized avatar
🎯
Focusing
🎯
Focusing
  • SimHealthAI
  • Sri Lanka
  • 02:38 (UTC +05:30)

Block or report Jesuthan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Jesuthan/README.md

Hi, I'm Jesuthan πŸ‘‹

Software Developer @ SimHealthAI Β· Computer Engineering, University of Jaffna Β· Sri Lanka πŸ‡±πŸ‡°

I build systems where machine learning has to survive contact with real constraints β€” privacy regulation, distributed trust, and production infrastructure.

My work sits at the intersection of applied ML and decentralised systems: federated learning across hospitals, blockchain-verified credentials, and embedded IoT telemetry.


πŸ”§ Tech

Languages Python JavaScript TypeScript C

ML / Data PyTorch TensorFlow Keras NumPy Pandas

Backend & Infra Node.js Express Docker Linux

Distributed & Web3 Hyperledger IPFS Cardano

Frontend React Tailwind CSS Vite


πŸš€ Featured Projects

Federated Health Chain β€” privacy-preserving medical AI

Hospitals collaboratively train a COVID-19 chest X-ray classifier without sharing patient data. Local training on non-IID data β†’ (Ξ΅,Ξ΄)-differential privacy applied to weight deltas β†’ IPFS storage β†’ every model CID recorded immutably on Hyperledger Fabric.

Implemented FedProx against a FedAvg baseline to counter client drift on heterogeneous hospital data β€” ~4.5% higher accuracy at convergence. Ships with a live dashboard for convergence and privacy-budget tracking.

Python PyTorch Hyperledger Fabric IPFS Node.js Docker

EduIDChain β€” NFT academic credentials on Cardano

Universities mint degree certificates as Cardano NFTs; employers verify them instantly against on-chain metadata. Wallet integration via Mesh SDK (Eternl, Lace), verification through the Blockfrost API.

Built in 2 weeks with a team of 5 for UniHack 2025, the inter-university blockchain hackathon (CoinCeylon Γ— University of Kelaniya).

React TypeScript Cardano Mesh SDK Tailwind

Image Caption Generator β€” CNN + LSTM

Encoder–decoder model that describes images in natural language. Pretrained InceptionV3 extracts 2048-d visual features, merged with tokenised text and decoded word-by-word by an LSTM. Trained on Flickr8k (8,091 images Γ— 5 captions).

Python TensorFlow Keras Computer Vision NLP

SmartBin β€” IoT waste monitoring

ESP32-based smart dustbin using ultrasonic fill-level sensing, GPS, and SIM800L GSM to send SMS alerts when bins are full β€” cutting unnecessary collection trips.

C ESP32 Embedded IoT


πŸ“Š GitHub

Stats Languages


πŸ“« Reach me

LinkedIn Email

Pinned Loading

  1. smartbin smartbin Public

    An ESP32-based smart dustbin using ultrasonic sensors, SIM800L (GSM), and GPS for real-time bin monitoring. It sends SMS alerts when bins are full, optimizing waste collection routes to reduce cost…

    C 2

  2. eduidchain eduidchain Public

    Decentralized academic credential verification on Cardano: universities mint degree NFTs, employers verify on-chain via Blockfrost. Built for UniHack 2025.

    TypeScript 1

  3. Image-Caption-Generator-using-CNN-LSTM Image-Caption-Generator-using-CNN-LSTM Public

    Image captioning with an InceptionV3 encoder and LSTM decoder, trained on Flickr8k (8,091 images x 5 captions)

    Jupyter Notebook 1 1

  4. federated-health-chain federated-health-chain Public

    Privacy-preserving federated learning across hospitals: FedProx + differential privacy, model deltas on IPFS, immutable audit trail on Hyperledger Fabric

    JavaScript 1

  5. Accommodation-Booking-System Accommodation-Booking-System Public

    React + Vite platform helping university students find budget-friendly housing near campus, with search, filtering and listing browsing

    JavaScript