Open to Opportunities|AI/ML Engineer

Hi, I'm Shahriar Khan

Dhaka, BangladeshEast West University

Building production-ready AI systems with real-world impact

3.92CGPA
93TOEFL
5+Projects
Connect:

Academic Portfolio

* Some documents will be provided upon request

Scroll to explore
Introduction

About Me

Computer Science student specializing in production-ready deep learning systems with proven deployment experience. Built real-time object detection systems achieving 97.5% mAP on edge devices, Bengali OCR pipelines processing 30+ vehicles/minute, and autonomous UAV control systems. Combines strong theoretical foundation with hands-on expertise in PyTorch, TensorFlow, and full-stack development.

5+

Projects Deployed

3.92

CGPA

20+

Technologies

10+

AI Models

Education

B.Sc. in Computer Science & Engineering

East West University

3.92/4.00

Experience

Teaching Assistant

East West University

Nov 2024 - Present

Achievements

Full Merit Scholarship (100%)

Dean's Merit Scholarship

Multiple Awards
Professional Journey

Work Experience

Academic, technical, and leadership roles shaping my professional development

Undergraduate Teaching Assistant

Academic

East West University

Department of Computer Science and Engineering

November 2024 - Present
Dhaka, Bangladesh
  • Assisted Associate Professor in course delivery and academic support for 80+ undergraduate students
  • Streamlined course material management system, reducing administrative workload by 30%
  • Graded assignments and provided technical mentorship on programming concepts and algorithms
  • Managed digital resources, documentation, and communication between faculty and students

General Member

Technical

East West University Programming Club

December 2023 - Present
Dhaka, Bangladesh
  • Volunteered at 5+ programming contests including inter-university competitive coding events
  • Participated in multiple ICPC-style programming competitions representing the university
  • Co-organized coding workshops and technical sessions reaching 100+ students
  • Collaborated with team members to foster competitive programming culture on campus

Vice President

Leadership

Government Science College Photography Club

May 2018 - November 2020
Dhaka, Bangladesh
  • Led and coordinated National Photography Festival with 200+ participants and 15+ events
  • Managed 20-member executive committee and organized volunteer activities for college festivals
  • Secured 1st place in Cloud's Den Photography Competition among 15 teams
  • Participated in AIUB Science Festival Poster Competition and showcased work at Drik's Gallery Exhibition
Featured Work

AI/ML Case Studies

Production-ready deep learning systems with measurable business impact

Real-Time Object Detection System using YOLO

In Production

Production-ready detection achieving 97.5% mAP with edge optimization

1Problem

Need for real-time object detection on resource-constrained edge devices (Jetson Nano) with high accuracy for surveillance applications.

2Approach

  • Fine-tuned YOLOv8 on custom 10K+ annotated image dataset with data augmentation
  • Applied TensorRT optimization for 40% FPS improvement (15→21 FPS) on Jetson Nano
  • Integrated DeepSORT tracking for persistent object IDs across 1000+ video hours

Tech Stack

PythonPyTorchUltralytics YOLOv8TensorRTOpenCVCUDA
Models
YOLOv8nYOLOv8sDeepSORTByteTrack

Impact

Deployed in 3 live surveillance systems processing 5000+ daily detections with 99.2% uptime

Key Metrics

mAP Accuracy
0%
FPS (Edge)
0 FPS
Tracking Accuracy
0%

Bengali License Plate Recognition (ANPR)

Deployed

End-to-end ANPR pipeline with 92% accuracy on 5K+ Bengali plates

1Problem

Bengali characters pose unique OCR challenges due to complex script structure. No robust open-source solution existed for Bengali ANPR.

2Approach

  • Built ensemble OCR system combining EasyOCR, Tesseract, and PaddleOCR with voting mechanism
  • Created custom dataset of 3000+ annotated Bengali plates with augmentation pipeline
  • Developed Flask RESTful API with async processing for real-time vehicle recognition

Tech Stack

PythonTensorFlowEasyOCRTesseractFlaskOpenCVMongoDB
Models
EasyOCRTesseract 4.0PaddleOCRWPOD-NET (Plate Detection)

Impact

Reduced parking lot entry time by 60% with automated vehicle entry logging for 200+ daily vehicles

Key Metrics

Character Accuracy
0%
Processing Speed
0 vehicles/min
Dataset Size
0+ plates

Resources

Autonomous UAV Navigation & Aerial Analysis

Research

GPS-guided drone control with real-time aerial object detection

1Problem

Manual drone operation is time-intensive for surveillance. Need autonomous waypoint navigation with real-time aerial analysis.

2Approach

  • Implemented MAVLink-based flight control with DroneKit for autonomous missions
  • Developed real-time aerial detection pipeline optimized for high-altitude (50m+) imagery
  • Created mission planning UI supporting 20+ waypoint routes with geofencing

Tech Stack

PythonDroneKitMAVLinkOpenCVQGroundControlDJI SDKYOLO
Models
YOLOv5 (Aerial-tuned)Custom CNN for altitude compensation

Impact

Automated 80% of surveillance tasks with 15-hour total flight time across outdoor terrains

Key Metrics

Detection Accuracy
0%
Flight Missions
0+
Altitude Range
0+ meters

IoT Monitoring Dashboard (Full-Stack)

In Production

Real-time sensor dashboard handling 10K+ readings/hour

1Problem

Industrial IoT deployment lacked centralized monitoring with role-based access and real-time alerts.

2Approach

  • Built React dashboard with WebSocket-based live updates and Chart.js visualizations
  • Implemented JWT auth with role-based access control (RBAC) for 50+ users
  • Deployed on AWS EC2 with MongoDB Atlas achieving 99.5% uptime over 6 months

Tech Stack

React.jsNode.jsExpress.jsMongoDBWebSocketJWTAWS EC2

Impact

Reduced system downtime by 40% through predictive alerts and remote device control capabilities

Key Metrics

Uptime
0%
Sensor Readings
0+/hour
Active Users
0+

Android ML App (On-Device Inference)

Deployed

60ms inference time with TFLite optimization on mobile

1Problem

Cloud-based ML inference has latency and privacy concerns. Need on-device solution with <100ms latency.

2Approach

  • Optimized TensorFlow models for mobile with post-training quantization (75% size reduction)
  • Implemented Camera2 API pipeline with 30 FPS processing and real-time preview
  • Designed modern Jetpack Compose UI with Material3 achieving 4.2/5.0 user rating

Tech Stack

KotlinAndroid SDKTensorFlow LiteCamera2 APIJetpack ComposeHilt
Models
MobileNetV3 (Quantized)EfficientNet-Lite

Impact

Enabled offline ML inference for 500+ test users with 95% positive feedback on speed and accuracy

Key Metrics

Inference Time
0ms
Model Size
0MB
User Rating
0/5.0

Resources

Achievements

Publications & Recognition

Research papers, technical talks, and leadership achievements

Dean's Merit Scholarship

Merit Scholarship

East West University2021 - Present

Awarded merit-based scholarship for outstanding academic performance (CGPA 3.71/4.0) in Computer Science.

Real-Time Object Detection Optimization for Edge Devices

University Research Conference2024

Presented research on TensorRT optimization techniques for YOLOv8 deployment on Jetson Nano, achieving 40% FPS improvement.

Building Production-Ready AI Systems

EWU Programming Club2023

Workshop on best practices for deploying machine learning models in production environments with focus on monitoring and MLOps.

Vice President - Programming Club

Leadership Role

East West University2022 - 2023

Led programming club initiatives, organized 10+ workshops on competitive programming, ML, and web development for 100+ students.

Computer Vision Applications in Bangladesh

Tech Conference Dhaka2023

Talk on practical applications of computer vision for Bengali language processing, including ANPR and OCR systems.

Ensemble OCR Approach for Bengali Character Recognition

Student Research Symposium2023

Research paper on combining multiple OCR engines (EasyOCR, Tesseract, PaddleOCR) for improved Bengali text recognition accuracy.

Tech Stack

Technical Expertise

Proficiency levels across AI/ML, development, and deployment technologies

AI/ML & Deep Learning

PyTorch90%
TensorFlow85%
YOLOv8/Computer Vision95%
TensorRT Optimization80%
scikit-learn85%
Transfer Learning88%

Programming Languages

Python95%
JavaScript/TypeScript85%
Kotlin80%
Java75%
C++70%
SQL80%

Web Development

React.js/Next.js88%
Node.js/Express82%
RESTful APIs85%
MongoDB78%
Firebase80%

Mobile Development

Android SDK85%
Jetpack Compose80%
TensorFlow Lite82%
Camera2 API78%

Computer Vision & Robotics

OpenCV92%
Object Detection95%
Image Processing88%
DroneKit/MAVLink75%

DevOps & Tools

Git/GitHub90%
Docker75%
Jupyter/Colab92%
VS Code95%

Also Experienced With

MATLABRLaTeXBlenderDaVinci ResolvePhotoshopAfter EffectsQGroundControl
Available for Opportunities

Let's Build Something Extraordinary

Looking for AI/ML opportunities, research collaborations, or consulting projects. Let's discuss how I can help bring your AI vision to reality.

⚡ Typically respond within 24 hours • 🌍 Open to remote & relocation • 💼 Full-time, Contract, Freelance

Connect

Get In Touch

Prefer a different channel? Reach out through any of these platforms

📍 East West University, Dhaka, Bangladesh