PORTFOLIO

Scroll
Anish Bhat — AI Engineer

Anish Bhat

About Me

AI/ML Engineer and backend developer with hands-on experience designing scalable backend systems, API-driven architectures, and production-grade ML pipelines.

Proficient in Python, OOP, and clean code practices with a strong emphasis on writing test cases, debugging production issues, and maintaining reliable version control workflows.

Proven track record of shipping end-to-end systems—from architecture design through testing and deployment—with measurable impact on performance, reliability, and business outcomes.

Technical Skills

Machine Learning· Deep Learning· NLP· Computer Vision· Transformers· RAG Systems· Agentic Systems· Model Quantization· Machine Learning· Deep Learning· NLP· Computer Vision· Transformers· RAG Systems· Agentic Systems· Model Quantization·

AI & Machine Learning

Deep Learning Computer Vision NLP Generative AI Transformers RAG Agentic Systems Quantization

Frameworks & Libraries

PyTorch TensorFlow HuggingFace OpenCV LangChain n8n Pandas NumPy

Backend & Web

Python HTML/CSS JavaScript Next.js FastAPI Flask React

Databases & Cloud

PostgreSQL MongoDB Pinecone Firebase Docker GCP Vercel CI/CD

Projects

Drag to explore. Click for details.

Svarra

Python · FastAPI · Multi-Agent

Offline P2P Blockchain Wallet

React · Firebase · Blockchain

Embedded ADAS Prototype

Raspberry Pi · YOLOv12n · Quantization

YOLO-OptiMob

YOLO11 · TFLite · Pruning

Vision-Language Scene Understanding

BLIP · PyTorch · VLMs

Agentic RAG Medical Data Extractor

Gemini · Pinecone · n8n

Elderly Care Platform

MERN · Firebase · React

Want to explore the code behind these systems?

Explore on GitHub

Always open to discussions, collaborations, and exploring new engineering challenges.

Problem Solved

Architecture

Key Outcomes

Professional Experience

Feb 2025 – Apr 2025

Embedded AI Intern

Decibels Lab · Bengaluru, India
  • Trained and evaluated YOLOv11 object detection models on KITTI datasets using statistical validation metrics, achieving a 65% reduction in model size through structured pruning and INT8 quantization.
  • Engineered preprocessing and feature-extraction pipelines for autonomous-driving datasets, boosting realtime detection throughput by 20% across Raspberry Pi and Jetson Nano edge devices.
  • Structured a scalable backend ML pipeline integrating realtime object detection, lane detection, and sensor fusion at approximately 210ms end-to-end latency, resolving synchronization and inference bottlenecks.
  • Containerized embedded AI services with Docker and exposed REST APIs for telemetry and monitoring, maintaining structured GitHub branching and deployment workflows.
Dec 2024 – Jun 2026

AI Engineer & Automation Developer

Independent Freelance · Remote
  • Built and deployed a full-stack e-commerce platform for a clothing brand using Medusa.js with a customized backend, product catalog, and order-management workflows; owned architecture, integration, and deployment end-to-end. Ran Instagram-led marketing for the brand, growing monthly reach to 200K+ views in 3 months and contributing to an estimated 30% month-over-month revenue increase.
  • Developed and deployed a multimodal assistive AI prototype (BLIP-2 vision-language model, STT/TTS pipelines) for realtime scene understanding, integrating stereo cameras and Bluetooth modules; optimized inference for Raspberry Pi 5 edge deployment.
  • Architected Svarra, a multi-agent AI voice automation platform with 4 specialized agents (FastAPI, Next.js) for inbound/outbound calling, lead qualification, and appointment booking, using event-driven webhook orchestration (n8n, Supabase, Twilio, Vapi, ElevenLabs); built a realtime analytics dashboard for call cost and conversion tracking.
  • Delivered AI-assisted digital strategy, ad campaigns, and WhatsApp automation for additional small businesses, improving customer engagement and order handling.

The Journey

2004

The Beginning

Born into the world. The start of curiosity and the beginning of a lifelong journey of learning.

2010 — 2016

The Formative Spark

Got into many things, learned how everything works. Explored everything from art to technology with boundless enthusiasm.

2016 — 2019

Growth & Leadership

Participated in school events, won state-level competitions in art/drawing and sports. Built a strong academic foundation and led multiple teams, discovering my leadership qualities.

2020

10th Boards & Corona

Vishwadarshana Central School, Yellapur. Completed 10th grade just as the pandemic forced the world indoors, accelerating my shift to digital problem-solving.

2022

The Pivot: Expert PU College

Mangaluru. Prepared for NEET and a medical career, but ultimately pivoted to engineering, driven by a deep passion and enthusiasm for building solutions.

2024

The Explorer Phase

Explored the real world, made new friends, lost old ones, learned new skills, traveled, and experienced life while riding the generative AI wave.

2026

Graduation & Beyond

Looking for better opportunities for holistic growth. Ready to apply critical thinking and engineering rigor to shape the world positively.

Beyond the code

The Constant Learner

I am driven by a relentless curiosity—finding and mastering new things excites me. I am a quick learner who thrives in unknown territories, exploring both the digital world we build and the physical world we inhabit.

I never give up on a problem midway. I believe in pushing through the friction, breaking down complexities, and persisting until an elegant solution is found. My engineering philosophy is built on relentless iterations and an unwavering commitment to growth.

"I have no special talent. I am only passionately curious."

— Albert Einstein

Research Publications

2025 · ICCIS

LongDocAI: A Quantized Modular Pipeline for Multimodal PDF Summarization and QA

Develop a quantized multimodal framework for scientific document summarization. Combined OCR-free Donut parser with BARTlarge-CNN.

The rapid expansion of scientific literature has made it increasingly difficult for researchers to extract meaningful insights from dense academic documents. We introduce LongDocAI, a multimodal, multi-model framework designed to efficiently understand and interact with scholarly PDFs at scale. The system combines Donut, an OCR-free document parser, with a hybrid summarization module based on BARTlarge- CNN, trained respectively on over 200,000 paper-summary pairs and 30,000+ question-answer examples.

To ensure faster and resourceefficient inference, we apply LLM.int8 post-training quantization across all transformer models, significantly reducing memory usage and latency without compromising output quality. LongDocAI is built as a unified pipeline that handles both layout-aware parsing and semantic-level understanding through summarization and interactive question answering.

Results: 15% improvement in ROUGEL, 28% boost in METEOR, 85.3% QA accuracy. 70% reduction in model size and 40% decrease in latency.

2025 · CIS

Embedded Intelligent ADAS Car Prototype Using Raspberry Pi and YOLOv12n

Deploy a low-latency ADAS system on resource-constrained embedded hardware using post-training INT8 quantization.

This paper presents the design, quantization, and deployment of an embedded Advanced Driver Assistance System (ADAS) prototype on a Raspberry Pi 3, utilizing a custom-trained YOLOv12n object detection model. The system achieves real-time multi-class object detection and autonomous control of a test vehicle within the resource constraints of low-power edge devices.

To optimize performance, posttraining INT8 quantization was applied to YOLOv12n, resulting in over 65% reduction in model size and nearly 3× faster inference, with minimal accuracy loss. Object detection outputs are combined with ultrasonic sensor measurements to enable obstacle-aware vehicle control, including braking and navigation.

Results: 6 FPS on RPi 3, 210ms control latency, >65% reduction in model size.

2025 · SPIN

YOLO-OptiMob: A Pipeline for Optimizing YOLO11 Models for Edge Deployment

Optimize YOLO11 models for mobile deployment via advanced compression techniques (40% L1 unstructured pruning and INT8 quantization).

This paper introduces YOLO-OptiMob , a comprehensive pipeline for optimizing YOLO11 models for deployment on edge devices. The process begins with creating and preprocessing a custom dataset featuring seven object classes. The YOLO11 model is trained on this dataset and optimized using L1 unstructured pruning, with rates of 30%, 40%, and 50% evaluated.

Based on the results, a 40% pruning rate was selected as it offered the best balance between model size reduction and accuracy retention. Post-training INT8 quantization further compresses the model, reducing its size from 11.4 MB to 2.5 MB. The optimized model is then converted into TensorFlow Lite (TFLite) format, ensuring compatibility with Android-based edge devices.

Results: Reduced model size from 11.4 MB to 2.5 MB while retaining high detection accuracy.

AI Agents

The Real-World Impact of AI Agents in Enterprise

How autonomous AI agents are transforming customer service, sales pipelines, and operational workflows — moving beyond chatbots into systems that think, plan, and execute.

Responsible AI

Building Responsible AI: Ethics in Production Systems

Deploying AI at scale demands more than accuracy. Fairness, transparency, and accountability must be engineered into every layer — from data pipelines to model outputs.

CONTACT

Let's talk

Currently exploring new opportunities

I'm always looking for conversations with people building at the frontier — whether it's deep-tech ventures, clinical AI, audio/music technology, or early-stage environments where engineering, research, and product ship together.

EMAIL bhata744@gmail.com
PHONE +91 6362253632
LINKEDIN linkedin.com/in/anishbhat00
GITHUB github.com/Cobot69
WEBSITE anishbhat.in
LOCATION Bengaluru, Karnataka, India

Innovation isn't just about writing scalable code. It's about creative problem-solving, critical thinking, and the ability to shape both technical decisions and the people around you to build systems that matter.

— Anish Bhat