DCPL Tech
Applied AI & Automation PracticeProduction Systems Dossier

Applied AI, LLMs & Intelligent Automation Engineering

How DCPL Tech’s dedicated AI engineering teams in Kolkata build and deploy production-grade automated intelligence: from high-precision Doc/PDF invoice parsers handling 10+ distinct vendor formats with French and English multilingual support and multimodal meeting minutes (MoM) to custom RAG models tracked via Weights & Biases (W&B) across 10 training epochs, NVIDIA CUDA/cuDNN GPU acceleration, GGUF model quantization, and Docker containerized Flask API bridges resolving 340+ library dependencies deployed to Microsoft Azure.

CTO
Authored by CTO, DCPL Tech AI Capability Dossier
Dynamic Computronics Pvt. Ltd. • Kolkata, India • Machine Learning, NLP, RAG & Cloud MLOps
Core Focus Pragmatic Business ROI
Primary Runtimes PyTorch, Transformers, RAG
Deployment Mode Azure & Sovereign Edge
10+ Vendors
English & French Multilingual
W&B Tracked
10-Epoch Loss Reduction
CUDA & GGUF
Hardware & Quantization
340+ Libs
Docker Flask API Bridge
Production-Ready Applied AI Engineering

Rather than treating Artificial Intelligence as experimental theory, DCPL Tech’s engineering practice focuses on rapid, high-impact business automation. By combining state-of-the-art open-source LLMs (Mistral, Hugging Face), robust NLP libraries (spaCy, NLTK), speech-to-text engines, and containerized Azure infrastructure, we build resilient data extraction pipelines and AI microservices that eliminate repetitive manual overhead.

Hire AI Engineers →
Document AI & Extraction Production Application Client Verified

01. Intelligent Document Processing: Multi-Vendor Invoice Reader, French/English Multilingual Parsing & JSON Serialization

Client Mandate & Implementation Context

Enterprise accounts payable and global procurement teams routinely spend hundreds of manual hours extracting line-item data from disparate, multi-vendor PDF and DOCX invoices spanning multiple languages. Traditional rule-based regex parsers break across irregular layouts, varying spatial coordinates, or foreign terminology. The client required a resilient, automated application capable of digesting bulk documents across dozens of vendor formats (including English and French invoices) and cleanly outputting structured CSV and JSON feeds for direct ERP and database ingestion.

DCPL Tech engineered a proprietary, production-tested intelligent invoice reader engine and bulk document conversion pipeline:

  • Multi-Vendor Format Adaptation (10+ Separate Vendors): Architected dynamic schema normalization supporting 10 distinct vendor invoice layouts. Each vendor's idiosyncratic table boundaries, font hierarchies, and column alignments are parsed into consistent unified JSON objects.
  • Positional & Spatial Pattern Extraction: Curates individual text blocks by calculating spatial positions, relative geometric offsets, and bounding box patterns, reliably associating detached labels with corresponding numerical values even when table borders are absent.
  • Multilingual Processing (English & French): Engineered linguistic tokenization models capable of extracting invoice data across languages—accurately recognizing French terms (e.g., Facture, Montant HT, TVA, Total TTC, Date d'échéance) alongside standard English terminology.
  • Bulk Batch Ingestion & Serialization: Built asynchronous batch processors that ingest hundreds of PDF and Word files simultaneously, normalize irregular whitespace, and export clean, standardized CSV and JSON records.
  • Demonstrated Client Impact: Successfully demonstrated to international enterprise stakeholders (receiving enthusiastic client appreciation), significantly reducing manual bookkeeping overhead and downstream accounting reconciliation delays.
Multi-Vendor Mastery 10 distinct vendor formats normalized with spatial bounding heuristics.
Multilingual Support Accurately extracts French and English invoices with localized tax & currency models.
Client Impressed 100% functional proprietary engine praised in live enterprise demos.
Featured Enterprise Case Study

Autonomous Multi-Vendor Document AI & Multilingual RAG Pipeline

Read the complete technical breakdown of how DCPL Tech deployed this system on Azure GPU infrastructure with 10-epoch W&B tracking, GGUF local LLMs, and zero public data leaks.

Read Case Study →
Multimodal Speech & NLP Video & Audio Processing Automated MoM Generation

02. Multimodal Meeting Intelligence: Video/Audio Transcription & Automated MoM Software

Client Mandate & Operational Challenge

Organizations conduct countless remote video conferences across Zoom, Microsoft Teams, and Google Meet, resulting in unmanageable video recordings where critical decisions, commitments, and client action items become lost. Stakeholders requested custom Minutes of Meeting (MoM) software capable of processing online meeting stream URLs as well as offline recorded video files, automatically separating audio tracks, transcribing dialogue, and synthesizing concise executive minutes with designated assignees.

DCPL Tech architected an end-to-end multimodal audio/video processing pipeline integrating cutting-edge computer vision, speech recognition, and deep learning NLP libraries:

  • Stream Ingestion & Audio Demuxing via MoviePy: Engineered automated download and stream capture pipelines using requests and moviepy. The software extracts audio tracks from high-definition video files, downsampling and normalizing audio frequencies to optimize acoustic recognition.
  • Acoustic Speech Recognition: Employs robust SpeechRecognition engines with ambient noise suppression, speech-segment chunking, and timestamped phonetic-to-text conversion.
  • Syntactic Parsing & Entity Extraction via spaCy: Utilizes spaCy linguistic pipelines to identify named entities (attendee names, dates, deliverables, project references) and analyze grammatical dependency trees to isolate commitments.
  • Transformer-Based Executive Synthesis: Hugging Face transformers and TensorFlow models condense voluminous meeting transcripts into structured executive summaries: Key Discussion Topics, Decisions Agreed, Action Items with Deadlines, and Follow-up Agenda.
  • Online URL & Offline Media Support: Operates seamlessly across local MP4/WAV file uploads or remote video URLs, providing a universal transcription and MoM generator presented directly to enterprise clients.
Full Media Stack MoviePy, SpeechRecognition, spaCy, Transformers & TensorFlow.
Dual-Mode Input Captures video from online web streams or processes offline video recordings.
Actionable Output Converts hours of recorded chatter into bulletproof decision logs and assignees.
RAG Architecture & Embeddings Weights & Biases (W&B) CUDA & cuDNN GPU Clusters 10 Epochs Validated

03. Retrieval-Augmented Generation (RAG), Weights & Biases (W&B) Experiment Tracking & CUDA Acceleration

Engineering Practice & Context

Off-the-shelf generative LLMs hallucinate when queried about proprietary corporate policies, private product catalogs, or legal documentation. To give enterprise clients deterministic, auditable responses grounded in verified domain truth, DCPL Tech engineers custom Retrieval-Augmented Generation (RAG) models, rigorously evaluated and tracked via Weights & Biases across multi-epoch training runs.

Our machine learning engineers build end-to-end training and retrieval systems:

  • Domain Text Chunking & Tokenization via NLTK: Structured training pipelines tokenize raw domain corpora (260+ enterprise text blocks and vendor documentation) using nltk, formulating optimized contextual chunks and building domain-specific RAG tokens that preserve semantic co-reference.
  • Weights & Biases (W&B) Experiment Tracking: Configured automated wandb pipelines monitoring model runs, gradients, and loss metrics in real time. We executed multiple iterative runs tweaking hyperparameters (learning rates, batch sizes, context boundaries), verifying that training loss decreased significantly across 10 complete Epoch cycles.
  • Hardware Acceleration with NVIDIA CUDA & cuDNN: Configured low-level CUDA and cuDNN libraries on remote GPU servers, establishing environment paths and optimizing PyTorch GPU cache management to eliminate memory thrashing during long-running training loops.
  • RAG Context Engineering & Vector Retrieval: Coupled dense semantic vector embeddings with dense retrieval indices. The model dynamically builds context from prompts and vector databases, providing pinpoint citations and eliminating hallucinations.
  • Continuous Dataset Preprocessing: Automated text-to-CSV and text-to-JSON data conversion pipelines continuously transform bulk multi-vendor archives into preprocessed datasets for model ingestion.
W&B Monitored Weights & Biases tracking tracking real-time hyperparameter runs and 10-epoch loss reduction.
CUDA & cuDNN Tuned Deep GPU hardware acceleration and PyTorch cache optimization over SSH tunnels.
Corpus Tokenization Custom chunking and RAG token optimization tuned for specific industry domains.
Cloud MLOps & CI/CD Flask API & ragflow Bridge 340+ Libs Dockerized Microsoft Azure

04. Cloud MLOps: Flask API Bridge (ragflow to Ollama), 340+ Library Dockerization & Azure CI/CD

Enterprise Cloud Integration & Production API Serving

A machine learning model locked on a researcher’s local notebook delivers zero commercial value. To bring models into reliable 24/7 production, DCPL Tech develops production web service wrappers, resolves intricate low-level dependency conflicts across hundreds of libraries, and automates continuous cloud delivery onto Microsoft Azure.

DCPL Tech bridges the gap between machine learning engineering and enterprise DevOps:

  • Flask Microservice API Bridge: Engineered a lightweight Flask application providing REST endpoints that bridge client web applications with backend ML models. Developed a specialized ragflow context builder function that dynamically extracts vector context from domain corpora and passes the compiled context into the local Ollama execution API for streaming generation.
  • Complex Dependency Resolution (340+ Libraries): Managed and resolved intricate version incompatibilities across more than 340 Python libraries in the production requirements manifest—harmonizing CUDA runtime bindings, PyTorch tensor engines, Hugging Face transformers, spaCy models, and web servers into a single hermetic build.
  • Hermetic Docker Containerization: Encapsulated the Flask web bridge, ML weights, and execution environments into production-ready Docker containers with cache optimization and rapid container spin-up times.
  • Microsoft Azure Cloud CI/CD Pipelines: Integrated directly with client Azure environments (Azure Container Registry and Container Instances), establishing automated CI/CD pipelines that test, build, and deploy new model iterations continuously.
  • Agile Engineering & Client Transparency: Delivery operates through disciplined daily scrums, collaborative GitHub pair programming sessions (led by senior engineers Akansha, Debabrata, and Basu), and regular sprint demonstration calls with global leadership (Sheldon, Bruce, Warren), maintaining high stakeholder confidence and clear milestone delivery.
Flask API Bridge Custom ragflow context compiler streaming verified prompts to Ollama API.
340+ Libs Solved Strict dependency conflict triage ensuring seamless Docker container builds.
Azure CI/CD Automated build and release pipelines connecting ML models to cloud endpoints.
Web Automation & Scraping Selenium WebDriver Deep Data Extraction

05. Intelligent Browser Automation, Deep Data Extraction & Selenium Orchestration

Automation Mandate

Modern web applications heavily rely on dynamic client-side JavaScript execution (React, Vue, Angular), shadow DOM trees, and session authentication. Traditional static HTTP scrapers fail to harvest required market intelligence, supplier catalogs, or regulatory filings. Enterprises require intelligent browser automation that navigates web portals with human-like fidelity.

DCPL Tech engineers autonomous browser automation utilities:

  • Headless Selenium Orchestration: Developed robust Selenium automation frameworks in Python (PyCharm/VS Code) engineered to resolve complex DOM rendering, explicit dynamic wait states, session cookie management, and multi-step modal interactions.
  • Resilient Issue Resolution & Exception Handling: Implemented defensive exception-handling layers (stale element recovery, dynamic locator fallback strategies) co-developed during collaborative technical problem-solving sessions.
  • Deep Structured Data Extraction: Harvests unstructured catalog tables, pricing tiers, product descriptions, and downloadable attachments, immediately sanitizing data and feeding downstream analytics engines.
  • Micro-Automation Tools: Rapidly builds lightweight task automation scripts that eliminate repetitive internal manual workflows across desktop environments and remote web services.
Dynamic SPAs Handled Flawlessly renders complex React/Angular portals requiring user simulation.
Session Management Automated authentication, multi-factor credential handshakes, and token persistence.
Clean Schema Output Harvested web data directly structured into normalized relational or NoSQL schemas.
Open-Source LLMs & Sovereign AI GGUF Quantization Mistral & Ollama Multimodal & Next-GPT R&D

06. Sovereign Open-Source LLMs, GGUF Quantization, Ollama Local Runtimes & Multimodal AI

Privacy, Quantization & Sovereign Intelligence

Commercial enterprise clients frequently cannot send sensitive financial invoices, proprietary code, or confidential boardroom recordings to public, third-party cloud APIs due to GDPR, HIPAA, and strict corporate NDA constraints. DCPL Tech champions private, sovereign AI deployments powered by high-efficiency open-source foundation models and advanced quantization techniques.

Our ongoing technical exploration and production implementation spans:

  • GGUF Model Quantization: Actively quantizing large language models into modern GGUF formats (4-bit and 8-bit precision). Quantization reduces memory bandwidth constraints and VRAM footprint by up to 70%, allowing high-parameter models to run at blazing token speeds on commodity edge hardware.
  • Local Sovereign Inference with Ollama: Deploys and benchmarks local LLM runtimes using Ollama and quantized weights on local developer workstations and client private servers, ensuring zero client data ever leaves the security perimeter.
  • Mistral & Hugging Face Model Specialization: Fine-tunes and prompts state-of-the-art open models (Mistral 7B/8x7B, Llama family, specialized encoder-decoders) for domain-specific information extraction tasks with minimal latency and near-zero marginal inference token costs.
  • Multimodal Architecture Research: Actively studying and experimenting with Next-GPT-4 multimodal architectures, cross-attention alignment, and unified processing across text, audio, and visual inputs.
  • Continuous Research Paper Synthesis: Our dedicated engineering team actively reviews latest arXiv machine learning papers, open-source repositories, and parameter-efficient fine-tuning (PEFT/LoRA) techniques to rapidly incorporate production-ready breakthroughs into client deliverables.
Zero Data Leakage Completely on-premise/private cloud execution for regulated industries.
Quantized Efficiency Ollama 4-bit/8-bit execution providing rapid throughput on commodity hardware.
Future-Ready R&D Applied multimodal research combining video, audio, and language understanding.

AI & Automation Technology Matrix

Production competencies across foundation models, NLP, automation, and cloud MLOps

🧠 Models & Frameworks
Mistral AI Open LLM
Hugging Face Transformers
Ollama Local Edge
GGUF Quantization 4-bit / 8-bit
PyTorch Deep Learning
TensorFlow Model Serving
🎙️ NLP & Media Tools
spaCy Entity Parsing
NLTK Tokenization
Multilingual NLP French & English
MoviePy Video Audio Sync
SpeechRecognition Audio to Text
Document OCR 10+ Vendors
MLOps & Data Pipeline
Weights & Biases W&B Tracking
CUDA & cuDNN GPU Acceleration
Flask API Bridge ragflow Context
Selenium WebDriver Web Automation
Hyperparameters 10 Epoch Cycles
CSV / JSON Serialization Spatial Schemas
☁️ Cloud Infrastructure & CI/CD
Microsoft Azure Enterprise Cloud
Docker Packaging 340+ Libs Resolved
CI/CD Pipelines Automated Deploy
Jupyter & SSH Tunnels Remote GPU Server
PyCharm / VS Code Developer Tooling
GitHub / Git Code & Versioning
Delivery Discipline

How DCPL Tech Engineers Production AI

Moving from experimental notebooks to resilient enterprise software requires strict engineering standards, continuous client alignment, and rigorous data security.

01. Data Sovereignty & Privacy

Client invoices, sensitive meeting transcripts, and proprietary knowledge bases are processed on secure private cloud containers or edge runtimes via Ollama, guaranteeing zero data exposure to public API scraping.

02. Containerized Reproducibility

Machine learning environments are encapsulated inside Docker containers with pinned dependencies, enabling flawless portability between remote GPU servers, local developer workstations, and Azure staging/production clusters.

03. Dedicated Offshore Engineering

Full-time dedicated AI engineers in Kolkata who collaborate via daily scrums, direct GitHub repository access, transparent milestone demos, and continuous feedback integration with international partners.

AI & Automation Consultation

Transform Your Operations with Dedicated AI Engineers

Whether you need intelligent document parsing, automated meeting minutes extraction, custom RAG search over your proprietary documents, or dedicated machine learning engineers in Kolkata, let's schedule a technical consultation.