<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/feed.xsl"?>
<rss version="2.0"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Tanvir Tabassum — AI Engineering Blog</title>
    <link>https://tanvir.cc</link>
    <description>Technical deep-dives on computer vision, GPU optimization, geospatial AI, and systems engineering by Tanvir Tabassum — serial AI founder and systems engineer.</description>
    <language>en-US</language>
    <copyright>© 2026 Tanvir Tabassum. All rights reserved.</copyright>
    <managingEditor>tanvir.tabassum.bd@gmail.com (Tanvir Tabassum)</managingEditor>
    <webMaster>tanvir.tabassum.bd@gmail.com (Tanvir Tabassum)</webMaster>
    <lastBuildDate>Mon, 26 May 2026 00:00:00 +0000</lastBuildDate>
    <ttl>10080</ttl>
    <image>
      <url>https://tanvir.cc/favicon.png</url>
      <title>Tanvir Tabassum — AI Engineering Blog</title>
      <link>https://tanvir.cc</link>
    </image>
    <atom:link href="https://tanvir.cc/feed.xml" rel="self" type="application/rss+xml" />

    <item>
      <title>Beyond the Bounding Box: Geospatial Crop Intelligence with YOLOv8, SAHI &amp; FastAPI</title>
      <link>https://medium.com/@tanvir.tabassum/beyond-the-bounding-box-geospatial-cabbage-detection-with-yolov8-sahi-and-fastapi-for-precision-3fd982f10d23</link>
      <guid isPermaLink="true">https://medium.com/@tanvir.tabassum/beyond-the-bounding-box-geospatial-cabbage-detection-with-yolov8-sahi-and-fastapi-for-precision-3fd982f10d23</guid>
      <description>How I built a drone analytics pipeline that maps detections to real GPS coordinates using homographic projection — sub-meter cabbage anomaly localization on 200-hectare fields.</description>
      <dc:creator>Tanvir Tabassum</dc:creator>
      <pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate>
      <category>YOLOv8</category>
      <category>Geospatial AI</category>
      <category>Computer Vision</category>
      <category>FastAPI</category>
    </item>

    <item>
      <title>Enhancing Maritime Safety with AI-Powered Object Detection: A J3CS &amp; Lynkeus Collaboration</title>
      <link>https://medium.com/@tanvir.tabassum/maritime-safety-with-ai-lynkeus-and-j3cs-collaborative-maritime-object-detection-project-5dc4b072b4ef</link>
      <guid isPermaLink="true">https://medium.com/@tanvir.tabassum/maritime-safety-with-ai-lynkeus-and-j3cs-collaborative-maritime-object-detection-project-5dc4b072b4ef</guid>
      <description>Deploying real-time vessel and crew detection at sea for the Joint Command &amp; Control System — solving detection under wave glare, fog, and low-light marine conditions.</description>
      <dc:creator>Tanvir Tabassum</dc:creator>
      <pubDate>Tue, 01 Oct 2024 00:00:00 +0000</pubDate>
      <category>YOLOv8</category>
      <category>TensorRT</category>
      <category>Maritime AI</category>
      <category>Edge GPU</category>
    </item>

    <item>
      <title>Real-Time Video Stream Decoding with C++ and NVIDIA NVDEC: A Technical Deep Dive</title>
      <link>https://medium.com/@tanvir.tabassum/real-time-streaming-and-decoding-of-ip-and-mobile-camera-feeds-using-c-and-nvidia-nvdec-76c4eccd53f5</link>
      <guid isPermaLink="true">https://medium.com/@tanvir.tabassum/real-time-streaming-and-decoding-of-ip-and-mobile-camera-feeds-using-c-and-nvidia-nvdec-76c4eccd53f5</guid>
      <description>How hardware-accelerated video decoding with NVDEC eliminated 93% of CPU load — reducing overhead from 22.8% to 1.65% — enabling real-time multi-stream AI inference on a single GPU node without bottleneck.</description>
      <dc:creator>Tanvir Tabassum</dc:creator>
      <pubDate>Wed, 01 May 2024 00:00:00 +0000</pubDate>
      <category>C++</category>
      <category>NVIDIA NVDEC</category>
      <category>CUDA</category>
      <category>GPU Optimization</category>
    </item>

    <item>
      <title>Video Stream Decoding with Advanced C++ Techniques</title>
      <link>https://medium.com/@tanvir.tabassum/video-stream-decoding-with-advanced-c-a-leap-beyond-opencv-9d7d19e72045</link>
      <guid isPermaLink="true">https://medium.com/@tanvir.tabassum/video-stream-decoding-with-advanced-c-a-leap-beyond-opencv-9d7d19e72045</guid>
      <description>A deep dive into modern C++ patterns for high-performance video stream handling — thread management, memory pools, and zero-copy buffer strategies for AI pipelines.</description>
      <dc:creator>Tanvir Tabassum</dc:creator>
      <pubDate>Fri, 01 Mar 2024 00:00:00 +0000</pubDate>
      <category>C++</category>
      <category>Video Decoding</category>
      <category>Systems Engineering</category>
    </item>

    <item>
      <title>Numerical Precision in Machine Learning: FP16, FP32, and INT8 Explained</title>
      <link>https://medium.com/@tanvir.tabassum/numerical-precision-in-machine-learning-fp16-fp32-and-int8-2a69c6b78120</link>
      <guid isPermaLink="true">https://medium.com/@tanvir.tabassum/numerical-precision-in-machine-learning-fp16-fp32-and-int8-2a69c6b78120</guid>
      <description>Why choosing the wrong floating-point format tanks your inference speed — a practical guide to precision trade-offs in TensorRT, PyTorch, and production ML systems.</description>
      <dc:creator>Tanvir Tabassum</dc:creator>
      <pubDate>Sun, 01 Sep 2024 00:00:00 +0000</pubDate>
      <category>TensorRT</category>
      <category>Machine Learning</category>
      <category>Optimization</category>
    </item>

    <item>
      <title>Image Representation Fundamentals: How Computers See</title>
      <link>https://medium.com/@tanvir.tabassum/image-representation-basic-87057007460f</link>
      <guid isPermaLink="true">https://medium.com/@tanvir.tabassum/image-representation-basic-87057007460f</guid>
      <description>From pixel arrays to feature maps — a visual-first explanation of how convolutional networks learn spatial hierarchies, written for engineers crossing into ML.</description>
      <dc:creator>Tanvir Tabassum</dc:creator>
      <pubDate>Fri, 01 Sep 2023 00:00:00 +0000</pubDate>
      <category>Computer Vision</category>
      <category>Deep Learning</category>
      <category>Education</category>
    </item>

  </channel>
</rss>
