Projects

You can visit my Github page to see all my projects.

StackOverflow Search Engine
This project is an AI-powered search engine designed to help developers quickly find solutions to programming errors by leveraging Stack Overflow data. The system combines keyword-based search (using Lucene) and semantic search (using BERT) to retrieve relevant answers, and it employs a Large Language Model (LLM) to generate concise and accurate solutions.
Code


Bangla Caption Generation for images
In this project, a new model is proposed and implemented that can generate Bangla caption for a given image.
Code


Bangla Digit Recognition using CNN
This CNN model is built from scratch. The applied model showed 77% independent test accuracy and 91% validation accuracy.
Code


Englishour
This is a software development project. Purpose of this project is to create an English Learning Platform for children.
Frontend Code Backend Code


TCP Libra
This is a congestion control algorithm implemented successfully in NS3.
Code