LAN-Based Shared Todo Manager

Real-time collaborative task manager using TCP socket programming in C++

January 10, 2025 · 6 min · 1129 words · Rishav Dahal

Modular Query Refinement

NLP-powered search enhancement system for improving query accuracy and relevance

January 10, 2025 · 5 min · 1034 words · Rishav Dahal

CGPA Calculator

Academic grade management tool for calculating SGPA and CGPA across semesters

January 10, 2025 · 4 min · 787 words · Rishav Dahal

Face Recognition Attendance System

Real-time attendance tracking using face recognition with KNN classification

January 10, 2025 · 4 min · 751 words · Rishav Dahal

OCR Code Compiler

Unveiling OCRcompiler 2.0 - Bridging OCR and Code Compilation In the world of software development, innovation often lies at the intersection of disparate technologies. OCRcompiler 2.0, hosted on GitHub, is a prime example of this. Combining Optical Character Recognition (OCR) with multi-language code compilation, this project takes document digitization and code execution to a whole new level. Overview of OCRcompiler 2.0 OCRcompiler 2.0 is designed to: Extract text from scanned or image-based documents using OCR. Parse and compile code written in multiple programming languages such as Python, C, C++, Java, and JavaScript. Provide a seamless interface for users to upload images, process code, and view execution results. This project not only automates tedious tasks like manual text extraction but also allows developers to execute and validate code directly from scanned documents. ...

January 9, 2025 · 3 min · 581 words · Rishav Dahal