prof_pic.jpg

Kazi Md. Al-Wakil

Lecturer, Northern University Bangladesh

Assalamu Alaikum/Hello, I’m Kazi Md. Al-Wakil from Dhaka, Bangladesh, currently a Lecturer at Northern University Bangladesh (NUB), with a strong passion for research and innovation in Computer Science. My academic journey began with a Bachelor’s degree in CS, and now, I am diving deeper into machine learning, artificial intelligence, and computer vision, focusing on impactful research to solve real-world problems.

Previously, I served as a Software Engineer at mPower Social Enterprise Ltd, where I specialized in the MERN stack, and as an Undergraduate Teaching Assistant, guiding students in object-oriented programming. These roles have shaped my expertise in both teaching and industry-driven problem-solving.

Beyond academics, I’ve been a storyteller through photography since 2013, specializing in street photography. My work reflects the raw beauty of everyday life and has been refined through training at Pathshala South Asian Media Institute.

I am actively seeking fully-funded Graduate Research Student positions in top CS research labs to further my contribution to technology and innovation. Let’s connect if you’re interested in collaborating on research, startups, or educational projects.

Section: I

Education

  • May 2019 - Sept 2023
    Bachelor of Science in Computer Science
    BRAC University, Dhaka, Bangladesh
    • CGPA: 3.98 out of 4.00
    • Thesis
      • Title: Recommendation System for Mood Stabilization using Content Recommendation
        The main motive of this thesis is to create a system where emotions can be detected by processing brain activity (EEG signals). Make the best use of data we already have in order to create a prototype which can be used later on in a large scale. We will try to analyze which algorithm will work best, whether it's a traditional model or deep learning model. Later on, we implemented a recommendation system based on the fusion of two prevalent techniques, creating a hybrid recommendation system. Furthermore, concepts of Analytic Hierarchy Process (AHP) have been implemented to come up with an efficient algorithm which works in stabilizing an individual’s mood gradually.
  • Oct 2018 - Apr 2019
    Foundation Of Photography
    Pathshala South Asian Media Institute, Dhaka, Bangladesh
    • Courses
      • Basic Photography Course
      • Foundation Photography Course | Ranked 2nd in class.
  • Aug 2016 - May 2018
    Higher Secondary Certificate (HSC)
    St. Joseph Higher Secondary School & College, Dhaka, Bangladesh
    • Group: Science
  • Jan 2006 - Apr 2016
    Secondary School Certificate (SSC)
    Government Laboratory High School, Dhaka, Bangladesh
    • Group: Science
Section: II

Experience

  • Oct 2024 - Present
    Lecturer
    Northern University Bangladesh
    Dhaka, Bangladesh
    • Deliver lectures on core computer science courses, including Computer Networks and Mathematical Analysis, to undergraduate students.
    • Design and implement engaging course materials, including lectures, labs, and assignments, to facilitate hands-on learning and practical application of concepts.
    • Engage in research activities to stay updated with advancements in technology, contributing to academic publications and professional development.
  • Mar 2024 - Oct 2024
    Software Engineer
    mPower Social Enterprises Ltd.
    Dhaka, Bangladesh
    • Developed and maintained full-stack applications using Typescript, Node.js, and React.js within an agile team.
    • Worked closely with design and product teams to translate wireframes and mockups into responsive, interactive features.
    • Optimized components for maximum performance across devices and browsers.
    • Collaborated effectively within a team setting
  • Oct 2023-Feb 2024
    Software Engineer Intern
    mPower Social Enterprises Ltd.
    Dhaka, Bangladesh
    • Collaborated with team members on technical solutions and troubleshooting issues.
    • Participated in code reviews and contributed to overall code quality by maintaining best practices.
  • Jun 2022-Sept 2023
    Undergraduate Teaching Assistant
    Department of CSE, BRAC University
    Dhaka, Bangladesh
    • Helped students with Object Oriented Programming Related Problems
    • Assisted teachers in conducting the lab classes
    • Evaluated assignments of the students
    • Assisted students in developing and utilizing their analytical thinking skills.
  • Jun 2020 - May 2021
    Content Writer
    Course Platoon
    Dhaka, Bangladesh
    • Provided educational contents for all kinds of student
    • Contributed in writing qualitative blog posts
    • Researched on trending topics
  • Aug 2017-Mar 2019
    Content Writer
    Light Of Hope
    Dhaka, Bangladesh
    • Explored methods to write a content in a interesting way
    • Contributed in writing qualitative contents
    • Researched on parent-child related topics
Section: III

Research Experience

Project Diagram

A Hybrid Video Recommendation System Prioritizing Features Using AHP

Kazi Md. Al-Wakil , Rifai Rahman , Nafisa Nawal , Sababa Rahman Meem , Sajid Rashid

27th International Conference on Computer and Information Technology, ICCIT'24, 2024

In today's fast-paced world, mental health is often overlooked, and consuming unsuitable content can worsen emotional well-being. We propose a recommendation system combining collaborative filtering and emotional analysis using NLP to suggest mood-enhancing content. Collaborative filtering identifies user preferences, while emotional analysis evaluates video emotions. Using the Analytic Hierarchy Process (AHP), we refine and rank recommendations for balanced, uplifting suggestions to improve mental health.

Supervisor(s): Dr. Md. Golam Rabiul Alam, Rafeed Rahman
Project Diagram

Recommendation System for Mood Stabilization Using Content Recommendation

Kazi Md. Al-Wakil , Rifai Rahman , Nafisa Nawal , Sababa Rahman Meem , Sajid Rashid

Undergraduate Thesis, 2023

We propose a system to enhance mental well-being by recommending “Feel Good” YouTube videos. Using the SEED Dataset (EEG signals and eye movements), we applied CNN and LSTM models, with CNN achieving 93.01% accuracy in mood detection. For recommendations, we combined text-based emotion analysis, Pearson Correlation for viewer ratings, and the Analytic Hierarchy Process (AHP) to refine mood-stabilizing algorithms. This system detects emotional states and boosts well-being through targeted content, offering a practical tool for emotional health improvement.

Supervisor(s): Dr. Md. Golam Rabiul Alam, Rafeed Rahman
Section: IV

Projects

These include all the projects I worked on during my undergraduate journey, as well as the ones I am currently pursuing

Project Diagram

Design and Implementation of an Optimized Computer Network with Redundant Routing and Server Integration

Kazi Md. Al-Wakil , Mustakin Alam , Sababa Rahman Meem , Galib Hasan Mim

Computer Networks course project, 2023

In this project we built a whole network for a given scenario. There were many constraints which we had to take into consideration. The main objective was to create a system where we can set up network by which we can communicate with the whole network given some constraints.

Project Diagram

Rent at BRACU

Kazi Md. Al-Wakil

Software Engineering course project, 2022

I have developed a full-stack web application where students, faculties, staff of BRAC University can Rent anything. It's not very uncommon for us to leave important things behind at home when we actually need it. For example, we might forget to take our calculator with us when we are having a math exam or we forget to take our charger but we need to charge our phone at university.In these cases, the website will be handy. Users can rent almost any necessary things from here.

Project Diagram

Design and Implementation of a 4-Bit ALU with Bit-Wise Operations Using Verilog

Kazi Md. Al-Wakil , Galib Hasan Mim , Sababa Rahman Meenm , Mashiat Hasana Rodoshi

VLSI Design course project, 2022

A 4-bit ALU was designed in Verilog to perform four bit-wise operations (X-NOR, SUB, NAND, ADD) on two 4-bit inputs, A and B, based on a 3-bit opcode. The ALU produces a 4-bit output, C, and three flags- carry, zero, and sign, indicating the result of the operation. The project was implemented using Quartus.

Project Diagram

Diabetes Classification using Machine Learning

Kazi Md. Al-Wakil , Ahmed Lateef , Arman Zaman

Artificial Intelligence course project, 2022

This machine learning project aims to classify whether a person has diabetes based on a dataset sourced from Kaggle, originally provided by the National Institute of Diabetes and Digestive and Kidney Diseases. The dataset includes diagnostic measurements to predict the presence of diabetes. After pre-processing the data, it was split into 75% for training and 25% for testing. Three classification models were used to achieve the prediction- Decision Tree, Random Forest, and K-Neighbors Classifier. The project demonstrates the application of machine learning techniques in healthcare diagnostics.

Project Diagram

Football Club Management System

Kazi Md. Al-Wakil , MD. Mustakin Alam , Md. Kausar Islam Bidhan , Ishraq Ahmed Esha , Sababa Rahman Meem

Database Management System course project, 2022

This web application was developed for the Database Management System (CSE370) course at BRAC University to manage a football club's operations. The site offers two views- User View and Admin View. Users can purchase jerseys, merchandise, and other products from the club shop, with features like product search, price sorting, and access to their purchase history. Admins have the ability to add, update, and delete products, as well as manage players and board members in the database. Board members can log in as admins to inspect the website and view management details of the club shop. The project was built using HTML, CSS, PHP, and MySQL.

Project Diagram

Wildfire Prediction Using Machine Learning

Anika Tahsin , Kazi Md. Al-Wakil

Data Science - Coding With Real-World Data, 2023

This project focuses on predicting the confidence of forest fires based on various attributes related to different cases and areas of forest fires. The goal is to better understand when wildfires are likely to occur and estimate their severity. As a regression problem, the project employs several machine learning models, including Linear Regression, Decision Tree, Random Forest, Support Vector Machine (SVM), K-Nearest Neighbors (KNN), AdaBoost, Ridge Regression, and Lasso Regression. To assess the performance of these models, the Root Mean Square Error (RMSE) is used as the evaluation metric. The ultimate aim is to predict the likelihood and intensity of forest fires, which can assist in better forest management and preparedness.

Project Diagram

High Security Car Parking System

Kazi Md. Al-Wakil , Kawshik Kumar Ghosh , Md. Radip Hassan , Md. Sakib Hossain

Computer Interfacing course project, 2022

This project aims to enhance security in parking lots by ensuring that vehicles cannot be removed without valid authentication. Upon arrival, drivers must enroll their fingerprints, which are stored in a database linked to their vehicle ID. A 16x2 LCD display shows available parking slots and the parking lot's temperature, while a temperature and humidity sensor controls the activation of a heater if needed. The IR proximity sensor detects vehicle presence, and the servo motor opens the gate when there are empty slots. When leaving, the driver must authenticate via the fingerprint sensor. If the fingerprint matches the database, the gate opens, indicated by a green LED; otherwise, the driver is flagged. The system uses an Arduino Uno and various sensors for implementation.

Project Diagram

FIFA World Cup Match Prediction System

Kazi Md. Al-Wakil , Mahmud Alam

Personal Project, 2022

During the 2022 FIFA World Cup, a group of friends created a fun project to predict the score of every match before it began, adding excitement to the event. The system, implemented on Google Sheets, allowed participants to predict match outcomes based on certain criteria, earning points for accurate predictions. The person with the most points at the end of the tournament was crowned the winner. The project aimed to enhance the enjoyment of the World Cup while fostering friendly competition among participants.

Section: V

Achievements

Academic Recognitions

  • Jan 2021-Sept 2023
    Merit Scholarship Based on BRAC University Academic Results
    BRAC Univeristy, Dhaka, Bangladesh
    • 75% waiver on Tuition Fees on every semester for having 3.95+ CGPA
  • Sept 2023
    Vice Chancellor's List Award
    BRAC Univeristy, Dhaka, Bangladesh
    • Got placed on VC's List for 8 semesters as recognition of achieving a GPA of 3.90-4.00 on those particular semesters.
  • Sept 2023
    Dean's List Award
    BRAC Univeristy, Dhaka, Bangladesh
    • Got placed on Dean's List for 1 semester as recognition of achieving a GPA of 3.70-3.89 on that particular semester.
  • Sept 2023
    Completed Bachelor's with Highest Distinction
    BRAC Univeristy, Dhaka, Bangladesh
    • Awarded to candidates whose CGPA is 3.80 or higher.

Other Recognitions

  • 2017
    First Prize in the segment "One minute over Bangladesh"
    St. Joseph Higher Secondary School & College, Dhaka, Bangladesh
    • At "Nature & Adventure Fest"
    • Hosted by Josephite Eco Earth Club (JEEC)
    • Created a 1 minute video to give a glimpse of Bangladesh.
  • 2017
    Best Executive Committee Member
    St. Joseph Higher Secondary School & College, Dhaka, Bangladesh
    • At "Nature & Adventure Fest"
    • Hosted by Josephite Eco Earth Club (JEEC)
  • 2017
    First Prize in the segment "Street Photography Exhibition"
    Government Laboratory High School, Dhaka, Bangladesh
    • At "2nd National English Carnival"
    • Hosted by English Club of the Laboratorians (ECL)
  • 2017
    First Prize in the segment "Photography Exhibition"
    St. Joseph Higher Secondary School & College, Dhaka, Bangladesh
    • At "Youth Festival"
  • 2017
    Second Prize in the segment "Photography Exhibition"
    St. Joseph Higher Secondary School & College, Dhaka, Bangladesh
    • At "Cine And Artistic Innovation Carnival"
  • 2016
    First Prize in the segment "College Level Photography Exhibition"
    BAF Shaheen College, Dhaka, Bangladesh
    • At "Science Festival"
  • 2016
    Third Prize in the segment "Photography Exhibition"
    St. Joseph Higher Secondary School & College, Dhaka, Bangladesh
    • At "8th Josephite Wall Magazine & Crafting Festival"