Projects

A selection of projects I've built.

Setu – AI Legal Assistant for Nepal

2025

An AI-powered legal assistance platform that simplifies access to legal documents, automates official letter generation, and analyzes legal text using NLP and Large Language Models.

  • LLMs
  • NLP
  • RAG
  • Generative AI
  • Python

Text Classification Benchmark

2025

Comprehensive benchmarking of text classification models, comparing traditional machine learning, deep learning, and Transformer-based architectures across multiple NLP datasets.

  • NLP
  • Transformers
  • PyTorch
  • Scikit-learn
  • Python

English–Nepali Neural Machine Translation

2025

A Transformer-based Neural Machine Translation system for translating English to Nepali, demonstrating sequence-to-sequence learning and attention mechanisms.

  • NLP
  • Transformer
  • Machine Translation
  • PyTorch

Image Caption Generation

2024

Deep learning application that automatically generates natural language captions for uploaded images using CNN-based feature extraction and LSTM sequence generation.

  • Computer Vision
  • LSTM
  • Deep Learning
  • Python

RFID-Based Payment Gateway

2024

A secure RFID-based digital payment prototype demonstrating contactless authentication and transaction processing using embedded hardware and Python.

  • RFID
  • IoT
  • Python
  • Embedded Systems

LeNet-5 CNN from Scratch

2024

Implementation of the classic LeNet-5 convolutional neural network for handwritten digit recognition, demonstrating CNN fundamentals and image classification.

  • CNN
  • Deep Learning
  • PyTorch
  • MNIST