
Closed
Posted
We are looking for a hands-on Senior Computer Vision Architect to scale our live multi-camera video analytics platform from 100 to 1,000+ cameras across NVIDIA DeepStream and distributed edge device architectures. The ideal candidate must have strong production experience with NVIDIA DeepStream SDK, TensorRT optimization, edge AI deployments, and large-scale camera infrastructure. Responsibilities: • Design and manage a scalable 1,000-camera architecture with high availability and low latency • Optimize DeepStream pipelines (NvInfer, NvTracker, NVDEC, GStreamer) for stable FPS under heavy load • Deploy an manage CV models on Jetson or equivalent edge devices • Fine-tune YOLO models and export optimized TensorRT engines • Build and improve infrastructure using Docker, Kafka/MQTT, GPU clusters, load balancing, and autoscaling • Improve real-time analytics dashboards and monitoring systems • Document deployment workflows and architecture decisions Required Skills: • NVIDIA DeepStream SDK • YOLO v5/v8/v9 • TensorRT, ONNX, TAO Toolkit • Jetson Nano/Orin • Docker, Kafka/MQTT, Nginx • RTSP, ONVIF, H.264/H.265 • Python and C++ Experience Required: 5+ years in computer vision engineering • 3+ years hands-on DeepStream experience • Experience handling 250+ camera deployments • Strong TensorRT optimization experience To Apply: Please include GitHub repositories, portfolio links, or case studies showing DeepStream pipelines or large-scale camera deployments.
Project ID: 40444604
16 proposals
Remote project
Active 5 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
16 freelancers are bidding on average ₹1,426 INR/hour for this job

Hello, I trust you're doing well. I am well experienced in machine learning algorithms, with nearly a decade of hands-on practice. My expertise lies in developing various artificial intelligence algorithms, including the one you require, using Matlab, Python, and similar tools. I hold a doctorate from Tohoku University and have a number of publications in the same subject. My portfolio, which showcases my past work, is available for your review. Your project piqued my interest, and I would be delighted to be part of it. Let's connect to discuss in detail. Warm regards. please check my portfolio link: https://www.freelancer.com/u/sajjadtaghvaeifr
₹1,800 INR in 40 days
7.2
7.2

Your DeepStream pipeline will bottleneck at 300 cameras if you're not using NvStreammux batching correctly and load-balancing inference across multiple GPUs. I've seen this exact failure pattern in 4 production deployments where teams hit 40% GPU utilization but still dropped frames because they treated DeepStream like a simple GStreamer wrapper. Before architecting the scaling path, I need clarity on two things: What's your current inference latency per frame at 100 cameras, and are you running multiple models per stream or single-stage detection? Also, what's your edge device distribution - centralized GPU servers or distributed Jetson clusters? Here's the architectural approach: - DEEPSTREAM SDK: Redesign your pipeline with NvDCF tracker instead of default IOU to reduce re-inference overhead by 60%, then implement dynamic batching that adjusts batch size based on real-time GPU memory pressure. - TENSORRT OPTIMIZATION: Convert your YOLO models to FP16 with layer fusion and profile-guided optimization - I've reduced inference time from 45ms to 12ms per frame on Orin doing exactly this for a 500-camera retail analytics system. - KAFKA + MQTT: Build an event-driven metadata pipeline that decouples inference from analytics so your dashboard doesn't create backpressure on the video processing layer during traffic spikes. - JETSON DEPLOYMENT: Implement a fleet management system with OTA updates and health monitoring because manually SSH-ing into 1,000 edge devices when a model update fails is not scalable. - DOCKER + LOAD BALANCING: Containerize DeepStream with proper GPU passthrough and deploy behind Nginx with sticky sessions to prevent camera stream reassignments that cause tracker ID resets. I've architected three 500+ camera systems in manufacturing and smart city deployments over the past 6 years. I don't take on projects where the infrastructure requirements are underspecified. Let's schedule a 20-minute technical call to walk through your current pipeline bottlenecks and edge case handling before committing to the build.
₹900 INR in 30 days
5.4
5.4

Hi, I’m Karthik, a Senior AI & Computer Vision Architect with 15+ years of experience building scalable real-time video analytics and edge AI platforms. I have strong hands-on expertise in: • NVIDIA DeepStream SDK • TensorRT & ONNX optimization • YOLO v5/v8/v9 deployment • Jetson Nano/Xavier/Orin edge devices • Kafka/MQTT pipelines • RTSP/ONVIF stream processing • Dockerized GPU infrastructure • Python & C++ production systems I can help scale your platform from 100 to 1,000+ cameras with: • High-availability distributed architecture • Optimized DeepStream pipelines (NvInfer/NvTracker/NVDEC) • Stable FPS and low-latency inference • TensorRT engine optimization • GPU resource balancing & autoscaling • Real-time monitoring dashboards and deployment automation I’ve worked on multi-camera AI analytics, edge deployments, and distributed CV infrastructures involving smart surveillance, industrial monitoring, and AI event processing systems. Can support architecture design, optimization, deployment workflows, CI/CD, and production scaling. Regards, Karthik Resonite Technologies | AI & Edge Vision Solutions
₹1,333 INR in 40 days
5.0
5.0

Hi! The part about scaling live video analytics from 100 up to 1,000+ cameras across DeepStream and edge devices is the key challenge here. Optimizing DeepStream pipelines for high FPS while balancing the load across Jetson nodes is not something most teams have handled at this scale. I lead SaaS and cloud projects with large-scale video processing and real-time dashboards, but I have not directly built DeepStream pipelines or GPU-level YOLO optimizations in production. My focus is infra scaling, Docker, cloud deployments, and real-time streaming solutions (Kafka, Nginx, Docker clusters). For your platform, I can help structure the edge-to-cloud flow, deploy containerized services, and set up live monitoring. However, hands-on DeepStream and CUDA/TensorRT optimization will need a specialist on board. Are you open to a split approach, where I cover distribution, infra, and dashboards, while you bring in a DeepStream/CV engineer for the pipeline depth? If yes, I can send a short plan for infra scaling and dashboard upgrades, free, so you see my approach. You can also check related work at work.techindika.com. — Pradeep
₹1,000 INR in 40 days
3.7
3.7

With over 10 years of experience in full-stack development and digital solutions, I have established myself as a strong technologist with the ability to execute complex projects with successful outcomes. My skills perfectly align with the requirements of your project to scale multi-camera video analytics platform using NVIDIA DeepStream, edge AI deployments, and infra scaling. Additionally, my proficiency in technologies such as Docker, Kafka/MQTT, Nginx are essential components for manipulating high-scale video data like handling 250+ camera deployments. Moreover, my knowledge of H.264/H.265 streaming protocols and optimizations along with working proficiency in Python and C++, will enable seamless deployment of CV models on Jetson or equivalent edge devices and design optimized TensorRT engines. Most importantly, I can adapt and learn quickly given my comprehensive experience in deploying AI models through efficient systems like DeepStream SDK. To showcase this, I invite you to explore my GitHub repositories where you'll find unique projects demonstrating deep stream pipelines and large-scale camera deployments. Looking forward to collaborating and turning your vision into reality with speed, accuracy, and quality. Let's get started!
₹750 INR in 40 days
3.7
3.7

Hi Sir, Scaling multi-camera DeepStream pipelines while keeping edge devices efficient requires careful balancing of inference, tracking, and network load. I’ve architected production DeepStream deployments across 200+ cameras on Jetson Orin devices, optimizing YOLOv5 models with TensorRT to maintain 30+ FPS per stream under peak load. Each camera pipeline included NvInfer for detection, NvTracker for multi-object tracking, and GStreamer elements for decoding/encoding, all orchestrated via Docker and Kafka to distribute streams and analytics reliably. For dashboards, I built a monitoring layer that surfaces per-camera FPS, inference load, and alerts, allowing operators to spot bottlenecks instantly. Infrastructure scaling included automated container deployment, GPU cluster scheduling, and dynamic load balancing, ensuring stable performance across heterogeneous edge nodes. Would you like me to outline a deployment plan for your 1,000-camera setup that balances inference speed, network bandwidth, and real-time analytics reliability? Thanks, Dylan
₹1,000 INR in 50 days
0.0
0.0

Hi, I’m Prakhar, a full-stack developer with strong experience in Python-based backend systems, scalable architectures, and AI-integrated applications. Your requirement for scaling a multi-camera analytics platform using NVIDIA DeepStream and edge AI is very interesting, and I’d love to contribute. I have experience working with: * Python, Docker, REST APIs, and distributed backend systems * Real-time data processing and monitoring dashboards * AI/ML integrations and optimization workflows * Deployment and infrastructure management for scalable applications I can help with: * Optimizing video analytics pipelines * Managing scalable edge-device deployments * Improving monitoring, deployment workflows, and system reliability * Building maintainable and production-ready backend infrastructure I’m comfortable collaborating closely with teams, documenting architecture decisions, and ensuring stable performance under load. Available to start immediately and open to long-term collaboration. Looking forward to discussing the project further. Thanks, Prakhar
₹800 INR in 40 days
0.0
0.0

I'm excited about the opportunity to scale your live multi-camera video analytics platform using NVIDIA DeepStream and distributed edge device architectures. With my strong background in AI and ML, I believe I can make a significant impact on your project. My experience with Node.js, Go, Python, and TensorFlow has equipped me with the skills to handle complex architectures and integrate them with various technologies. In my previous roles, I have worked on several projects that involved building scalable systems, such as the centralized authentication infrastructure for an EdTech platform, which served 25M+ MAU across 20+ business units. I have also built AI-powered curriculum products that generated $2M in revenue in the first quarter. Although my experience is not directly related to computer vision or NVIDIA DeepStream, I am confident that my skills in ML, Python, and Docker can be adapted to this project. I'd love to discuss how my skills can be leveraged to drive the success of your project. Please feel free to contact me to explore this opportunity further. Bid Amount: ₹950 INR per hour.
₹950 INR in 40 days
0.0
0.0

Python developer with 5+ years experience in automation, data extraction, and scripting. I can deliver: • Clean, well-documented Python code • Data scraping/processing solutions • Automation scripts that actually work • Timely delivery with good communication I've built many similar solutions. Happy to discuss requirements and start immediately!
₹750 INR in 7 days
0.0
0.0

As a seasoned software engineer with more than years of experience, I have spent a significant portion of my career in computer vision engineering. Specifically, I have 3+ years of hands-on experience in DeepStream development and handling large-scale camera deployments. My solid understanding and expertise in NVIDIA's DeepStream SDK, TensorRT optimization, and YOLO models make me uniquely suitable for your project. In addition to my specific knowledge in the domains you are seeking, I bring a wide range of other applicable skills, such as proficiency in Docker, Kafka/MQTT, and Nginx along with strong problem-solving, team collaboration, and project management abilities. This extensive knowledge combined with my ability to handle large and complex projects makes me well-equipped to design and manage a then-scalable 1,000-camera architecture your project requires. Moreover, my development experience using C/C++, Python, Embeded system will greatly contribute to the optimization of DeepStream pipelines running on the Jetson Nano/Orin devices and building infrastructure using GPU clusters. I'm confident that my expertise would not only meet but exceed your expectations for this project. Let's collaborate on making your live multi-camera video analytics platform more efficient and effective."
₹1,000 INR in 40 days
0.0
0.0

Hi there, As a Ph.D. Research Scholar specializing in Deep Learning and edge device optimization, scaling your CV platform from 100 to 1,000+ cameras is exactly the type of high-performance architecture I build. My technical approach to your pipeline: DeepStream & TensorRT Optimization: I have extensive hands-on experience optimizing GStreamer pipelines (NvInfer, NvTracker, NVDEC). I will export your YOLO models via TAO Toolkit into highly optimized TensorRT engines, ensuring maximum FPS throughput with minimal memory footprint on edge devices like Jetson Orin. Infrastructure Scaling: To handle 1,000+ RTSP/ONVIF streams without bottlenecking, I will architect a robust, load-balanced GPU cluster using Docker and Kafka/MQTT. This ensures resilient message brokering and telemetry routing from the edge back to your central analytics dashboard. C++ & Python Expertise: I write clean, production-grade C++ for low-latency inference and Python for scalable orchestration and infrastructure management. My research background ensures mathematical precision in model tuning, while my engineering experience guarantees robust deployment. I am ready to review your current architecture and begin optimizing the edge nodes. Best regards,
₹7,500 INR in 12 days
0.0
0.0

Bengaluru, India
Member since May 14, 2026
₹12500-37500 INR
$30-250 USD
₹12500-37500 INR
₹37500-75000 INR
$30-250 USD
$2-8 USD / hour
$30-250 USD
$250-750 AUD
₹750-1250 INR / hour
₹750-1250 INR / hour
₹600-1500 INR
$250-750 USD
$10-30 USD
₹600-1500 INR
₹12500-37500 INR
$3000-5000 USD
$30-250 AUD
£20-60 GBP / hour
₹12500-37500 INR
₹37500-75000 INR