Aayush Neupane
Aayush Neupane
Home
Experience
Publications
Projects
CV
utils
3D City Modeling
Developed a 3D renderer from scratch in C++ using OpenGL and GLSL, capable of rendering models created in Blender. Implemented shading techniques including Gouraud and Phong shading, as well as Phong illumination for realistic rendering effects.
Github
Anubadak - A Simple Interpreter
Developed an interpreter for a B-like language as an academic project, demonstrating core concepts of Object-Oriented Programming and Theory of Computation. Implemented key compiler design principles such as lexical analysis, semantic analysis, and Abstract Syntax Tree (AST) construction.
Github
EaseAnnotate
EaseAnnotate is my passion project. We ended up launching this product as SaaS. Our project also got funded by Microsoft for Startups. EaseAnnotate is a document AI tool that can be used for annotating documents as well as for extracting key information from the documents.
Website
Online Certification System
Developed and managed an online certification system for LOCUS using Django Framework, OpenCV, and Azure VM (Docker), enabling bulk certificate generation, and automated email distribution. Streamlined certificate management and deployment processes, enhancing scalability and efficiency through containerized deployment on Azure.
Github
Real-time Text Similarity Matching
Implemented real-time text similarity matching by generating sentence embeddings. Used various algorithms, including TF-IDF, Average Word Embeddings, Smooth Inverse Frequency (SIF), and BERT for generating sentence embeddings. Used Annoy as vector database to perform an approximate nearest neighbor search on vectors.
Github
Receipt Scanner
Developed a user-friendly software solution using a Transformer-based architecture with the pretrained LayoutLM model for annotating and training custom models for key information extraction from unstructured text arbitrary keys. Implemented CI/CD pipelines with GitHub Actions and Docker for containerization and deployment.
Video Demo
Sorting Visualizer
Implemented a simple UNIX-like shell in C, utilizing various system calls through the C API. Developed basic shell functionalities such as command execution.
GitHub
Structured Information Extraction from Nepali Scanned Documents using Layout Transformer and LLMs
Aayush Neupane, Aayush Lamichhane, Anikit Poudel, Dr. Aman Shakya. “Structured Information Extraction from Nepali Scanned Documents using Layout Transformer and LLMs.” Proceedings of CHiPSAL, COLING 2025, Abu Dhabi, UAE, January 19-24, 2025.
Website
Unix Like Shell
Implemented a simple UNIX-like shell in C, utilizing various system calls through the C API. Developed basic shell functionalities such as command execution.
GitHub