Skip to main content

Hi, I'm Atikul Islam Munna

AI-driven Software Engineer

learning ✦ exploring ✦ experimenting

About Me

I'm an AI Engineer working on computer vision, LLM-powered systems and applied machine learning. I currently work at The Data Island, where I help develop production computer vision pipelines for retail analytics and industrial surveillance.

My research interests include deep learning, multimodal systems, edge AI and robotics, with work accepted and under review at peer-reviewed venues.

I build end-to-end AI systems, from on-device models and RAG pipelines to distributed backends and MLOps infrastructure, focusing on ease of use, security and observability.

Education

North South University

BS in Computer Science and Engineering

January 2022 - December 2025

Major: Artificial Intelligence

Chittagong College

Higher Secondary Certificate (HSC)

2018 - 2020

Group: Science

Experience

May 2026 – Present

Junior AI Engineer

The Data Island, Dhaka, Bangladesh

November 2025 – April 2026

AI Engineer Intern – Computer Vision Team

The Data Island, Dhaka, Bangladesh

Tools and Technologies

Languages

  • Python
  • JavaScript
  • TypeScript
  • Bash
  • C++
  • C
  • Java
  • Kotlin
  • Go

LLM/NLP

  • Hugging Face (Transformers, Accelerate)
  • sentence-transformers
  • spaCy
  • LangChain
  • LangGraph

ML/DL

  • PyTorch
  • TensorFlow
  • OpenCV
  • Scikit-learn
  • XGBoost

Databases

  • Qdrant
  • Elasticsearch
  • Neo4j
  • Redis
  • SQL
  • PostgreSQL
  • MongoDB

Backend & MLOps

  • FastAPI
  • Node.js
  • Express
  • WebTorrent
  • WebSocket
  • Docker
  • OpenTelemetry
  • Kafka
  • MLflow
  • Prometheus
  • AWS S3
  • Cloudflare R2

Frontend & Visualization

  • React
  • Vite
  • Streamlit
  • Gradio
  • Grafana

Projects

Additional Projects

Receipt2Ledger invoice operations workflow preview

Receipt2Ledger: Visual Invoice Processor

Built an end-to-end AI invoice processing pipeline that ingests PDFs from Cloudflare R2, extracts structured data with Mistral OCR/LLM, validates it and stores audit-ready records in PostgreSQL with retry, review and monitoring workflows.

Cloudflare R2 PostgreSQL Mistral API FastAPI Pydantic Boto3 Psycopg Pytest Git/GitHub
VaultCLI encrypted file vault command-line interface preview

VaultCLI

Built a security-focused Python CLI for encrypted file vaults with outer and hidden-volume workflows, including authenticated encryption, passphrase-based key derivation, integrity verification and streaming file handling. Implemented end-to-end validation, CI/release automation and a tested developer UX with one-command smoke and release checks.

Python Typer Rich Poetry MyPy Ruff Argon2id AES-256-GCM MsgPack
DevLens repository intelligence dashboard preview

DevLens: GitHub Repository Intelligence

Built a full-stack AI-powered repository intelligence platform that analyzes GitHub codebases and delivers architecture dashboards plus retrieval-augmented chat over indexed code.

FastAPI PostgreSQL Redis Qdrant RQ Workers Docker Compose JavaScript Node.js GitHub Actions Railway
Common Ground AI-mediated deliberation platform interface preview

Common Ground: AI-Mediated Deliberation Platform

Built a full-stack AI debate platform that structures multi-user discussions into shared ground and key disagreements, with secure auth, moderation, exports and email notifications.

TypeScript Next.js React Express.js Prisma ORM PostgreSQL NextAuth BullMQ Redis Resend Twilio Zod Turborepo
Decision Archaeology decision intelligence platform preview

Decision Archaeology

Built a full-stack decision intelligence platform for capturing time-locked decisions, tracking outcomes and surfacing reasoning patterns through AI-powered analysis.

Next.js React TypeScript Tailwind CSS Prisma PostgreSQL Clerk Cloudflare R2 Upstash QStash Resend Vitest ESLint Vercel
Multi-Step Research Assistant Platform dashboard preview

Multi-Step Research Assistant Platform

Built a production-style research automation platform with multi-node planning, evidence gathering, analysis and citation-aware report generation with live progress tracking.

LangGraph FastAPI Typer SQLite GitHub Actions
WebTorrent P2P Stream App watch-party streaming interface preview

WebTorrent P2P Stream App

Built a browser-based P2P watch-party streaming app with WebTorrent/WebRTC that supports room signaling, synchronized playback, chat, reconnect recovery, tracker failover, subtitle upload (.vtt/.srt) and validation reporting. Implemented milestone-driven quality gates with automated smoke tests, security controls and observability endpoints.

React Vite Node.js Express Socket.io WebTorrent WebRTC bittorrent-tracker
COWFS Copy-on-Write Filesystem interface preview

COWFS: Copy-on-Write Filesystem

Built a userspace copy-on-write filesystem with FUSE that versions every write, supports snapshots/restore/GC/diff and ships with tested CI/CD and automated PyPI releases.

pyfuse3 (FUSE) SQLite Typer Rich Pytest Ruff MyPy GitHub Actions
Dataset Quality Analyzer web dashboard preview

Dataset Quality Analyzer (DQA)

Built a CV dataset auditing platform for YOLO/COCO with integrity checks, anomaly detection, leakage analysis, CLI workflows and regression reports.

Python jsonschema Pytest GitHub Actions
Predictive Maintenance MLOps Streamlit overview preview

Predictive Maintenance MLOps Platform

Built an end-to-end predictive maintenance platform with validation-gated ensemble selection, production inference APIs and a dashboard for model decisions and live checks.

XGBoost TensorFlow FastAPI Streamlit MLflow
Realtime Fraud Detection Pipeline dashboard preview

Realtime Fraud Detection Pipeline

Built an end-to-end fraud detection pipeline with offline training, stream-style scoring, analyst feedback ingestion, online model updates and Prometheus/Grafana observability for latency, anomaly flow and update health.

Python FastAPI Kafka Prometheus Grafana
High-Throughput Distributed File Service interface preview

High-Throughput Distributed File Service

Built a distributed file service with resumable chunk uploads, HTTP range downloads, checksum validation and reliable state transitions with auth and audit logging.

FastAPI PostgreSQL AWS S3/R2 Redis AWS SQS
Loom log observer and monitor dashboard preview

Loom: Log-Observer & Monitor

Built a high-performance real-time log aggregation CLI with multi-source tailing, structured parsing, resilient rotation handling and a live WebSocket dashboard for throughput, severity trends and health metrics.

Go Gin WebSocket fsnotify Cobra
dgvis dependency graph visualizer interface preview

dgvis: Dependency Graph Visualizer

Built a Python CLI tool that parses dependency files across 7 ecosystems (npm, pip, Go, Rust, Ruby, Maven and YAML), constructs directed graphs from scratch, detects circular dependencies using Tarjan's and DFS algorithms and visualizes them as interactive D3.js force-directed graphs with live-reload watch mode, CI integration, plugin architecture and 132 unit tests.

Python Click D3.js PyYAML GitHub Actions HTML/CSS/JS
NativeNote offline AI notepad app preview

NativeNote: Offline AI Notepad

Built an offline-first AI note-taking app in Flutter with rich-text editing, local persistence and on-device summarization using an ONNX-based runtime pipeline.

Flutter Dart Riverpod SQLite Flutter Quill ONNX Runtime Android Android Studio Gradle
Complexity Lens VS Code extension report and CodeLens preview

Complexity Lens

Built a VS Code extension that displays inline cyclomatic complexity via CodeLens with a sortable sidebar report and JSON/CSV export across JavaScript, TypeScript, Python, Java and C# codebases.

TypeScript VS Code API CodeLens Static Analysis JSON/CSV Export

Federated Learning with Differential Privacy

Built a research framework for comparing FedAvg, client-level DP-FedAvg and sample-level DP-SGD across synthetic, MNIST and CIFAR-10 datasets. The project includes configurable federated simulations, RDP privacy accounting, IID/non-IID partitioning, experiment sweeps, report generation and a dashboard for privacy-utility analysis.

Federated Learning Differential Privacy RDP Accounting MNIST CIFAR-10 Experiment Sweeps

Anomaly-Aware Probabilistic Forecasting for Multivariate Time Series

Built a research framework for joint probabilistic forecasting and anomaly detection on multivariate time series. The project implements MDN-LSTM and regime-aware joint models, full SMD benchmark evaluation, calibrated thresholding, persistence-based false-alarm reduction, CRPS/Energy Score metrics and reproducible experiment reporting with tested pipelines.

MDN-LSTM Time Series Anomaly Detection SMD Benchmark CRPS Energy Score

Cross-Chain AI Provenance Verification

Designed and implemented a blockchain protocol for carrying privacy-preserving AI model attestations across chains, combining zero-knowledge verification, permissioned-to-public relay flows and automated end-to-end orchestration.

Blockchain Zero Knowledge AI Provenance Cross-Chain Attestations

Research & Publications

Bengali MemeNet (BMN): A Multimodal Framework for Sentiment Classification of Bengali Memes

S. Pramanik, R. R. Antu, A. I. Munna, M. I. Khalil, S. M. Abyad, N. M. Sifat, A. F. H. Dhrubo, M. A. Qayum and M. Sajjad

ACM Transactions on Intelligent Systems and Technology, 2026. (Under Review)

Link

Bone Fracture Detection Using Vision Transformers: A Comparative Analysis of the Pooling-based Vision Transformer (PiT) and the Causal Transformer (CaFormer) Models

A. I. Munna, M. I. Khalil, A. Munna, A. Halder, S. Pramanik and A. F. H. Dhrubo

2nd IEEE Conference on Secure and Trustworthy Cyberinfrastructure for IoT and Microelectronics (SaTC), 2026.

Link

Feature Engineering and Ensemble Classifiers for Robust Cardiovascular Disease Detection

R. R. Antu, A. I. Munna, M. I. Khalil, S. M. Abyad, S. Pramanik and A. F. H. Dhrubo

5th International Conference on Sentiment Analysis and Deep Learning (ICSADL), 2026.

Link

Works in Progress

  1. ChainAttest: Cross-Chain Verification of Privacy-Preserving ML Attestations from Permissioned to Public Blockchains

  2. HAMP: Hardware-Aware Mixed-Precision Quantization via Sensitivity-Guided Evolutionary Search

  3. Edge-Native Autonomous Manipulation: A Hybrid Imitation-Reinforcement Learning Framework on Constrained Hardware

  4. Artificial Dexterity: A Unified Survey of Robotic Hand Architectures, Multimodal Perception and Embodied AI

Open to AI engineering roles, research collaborations and product-focused conversations. Reach out through any of the channels below.