
Cancelled
Posted
I already have a working Python pipeline that watches a live game feed, runs it through YOLO to carve out short MP4 snippets, and pushes those clips to a monitor in real time. A Flutter front-end then lets fans pull either single clips or concatenated highlight reels to their iPhone or Android devices. In addition, the Yolo feed provides information for other performance calculations that post under each snippet on the monitor. Two pain points are slowing us down: 1. YOLO interference Right now one key smaller object interferes with other objects that are detected because there is no prioritization layer in place. This causes some of the performance calculations to be intermittent resulting in some incomplete calculations. I need logic that decides, on the fly, which detection wins when classes conflict—whether that means tweaking NMS thresholds, adding a class-confidence hierarchy, or inserting a lightweight post-processor in Python/C++ that still keeps frame-rate latency low. 2. Flutter connection hiccups The mobile app fails to connect to the WiFi hotspot or drops its link to the snippets/concatenated videos. A rock-solid fix that works across iOS and Android is required so a user can tap once and reliably receive either a single clip or a stitched highlight. Immediate deliverables • Implement and benchmark an object-priority solution inside the existing YOLO workflow. • Patch the Flutter download pipeline so it maintains a stable connection and reports clear progress to the user. • Provide clean, documented code and a short read-me that lets me replicate your results. This project will keep evolving—containerization for production, additional model tuning, GPU scaling, UI polish including animation—so I’m looking for a team comfortable taking on long-term, performance-critical work. If you’ve handled real-time video with YOLO, FFMPEG/GStreamer, and Flutter before, I’d love to see how you’d approach these first fixes. An NDA will be needed.
Project ID: 40207741
217 proposals
Remote project
Active 1 mo ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
217 freelancers are bidding on average $33 USD/hour for this job

Hi there, I'm confident I can fix the two bottlenecks in your YOLO + Flutter stack and set you up for long-term performance work. I understand you have a live Python pipeline that runs YOLO on a game feed to carve MP4 snippets, a monitor, and a Flutter front end for fans. The issues you face are: (1) YOLO interference where a small object blocks others, causing intermittent metrics; (2) Flutter connection hiccups when delivering clips. My approach: implement a lightweight on-the-fly post-processor after detection to decide which box wins when classes conflict. This can be based on a simple priority hierarchy by class, optional per-class confidence, and adaptive NMS thresholds; or a fast C++/Python module that keeps latency low. I will benchmark with realistic clips to ensure frame-rate stability. For the Flutter side, I will overhaul the download/stream path with a robust retry and reconnect strategy across iOS and Android, plus progress reporting in the UI. The solution will be designed to work with your existing pipeline and be easy to containerize for production. Deliverables: implemented object-priority solution within YOLO flow; patched Flutter download pipeline with reliable connectivity and progress reporting; clean, documented code and a brief readme to reproduce results; NDA can be arranged. This project is ongoing; I’m ready to take on large-scale, performance-critical work including containerization, model tuning, GPU scaling, and UI polish. If you’ve worked w
$25 USD in 39 days
9.4
9.4

With over a decade of experience in web and mobile development, I understand the challenges you're facing with the YOLO Video Snippet System and Flutter optimization project. I specialize in delivering scalable solutions in real-time environments, making me well-equipped to tackle your immediate pain points. I have extensive experience in developing solutions for performance-critical industries like FinTech and sports technology, ensuring that your project requirements align perfectly with my skill set. My past successes in optimizing workflows and enhancing user experiences make me confident in addressing the YOLO interference and Flutter connection hiccups you're currently facing. I am ready to implement an object-priority solution within the YOLO workflow and patch the Flutter download pipeline to ensure stable connections and clear user progress reporting. My clean and documented code practices, coupled with a commitment to ongoing improvement, make me the ideal partner for your long-term project needs. If you're looking for a dedicated team to handle the evolution of your project, including containerization, model tuning, and UI enhancements, I am eager to collaborate and find innovative solutions to propel your project forward. Let's discuss how we can work together to overcome these challenges and achieve your project goals.
$40 USD in 15 days
8.5
8.5

Hello, I'm happy to sign the NDA. I’ve built and optimized YOLO-based video pipelines that run against live feeds, generate clips with FFmpeg/GStreamer, and stream results to mobile front ends, so your setup feels very familiar. How I’d approach your two blockers: 1) I wouldn’t rely on a single lever. The most robust fix is a lightweight prioritization layer that keeps latency low: -> Class-aware NMS (per-class thresholds + suppression rules instead of global NMS) -> A confidence hierarchy so critical classes always win conflicts -> Optional post-processing pass (Python) that resolves overlaps deterministically before metrics are computed I’d benchmark FPS/latency before and after so you can see the exact cost of each option and choose the best trade-off. 2) These issues are usually a mix of network handling and download strategy: -> Switch to a resumable, chunked download approach with retries and backoff -> Explicit WiFi/hotspot handling (especially iOS network permissions & lifecycle quirks) -> Clear progress + failure states so the user always knows what’s happening End result: tap once, reliable delivery of single clips or stitched highlights. I’m also very comfortable with what’s coming next, Dockerized production setups, GPU scaling, model tuning, and UI polish, so I’m happy to treat this as long-term, evolving work rather than a one-off patch. Best, Niral
$25 USD in 40 days
8.5
8.5

I HAVE READ YOUR REQUIREMENTS CAREFULLY AND UNDERSTAND BOTH THE YOLO PIPELINE CONSTRAINTS AND THE FLUTTER DELIVERY ISSUES YOU’RE FACING. Hello, {{{ I HAVE CREATED SIMILAR BEFORE AND I CAN SHOW YOU }}}} I have 10+ years of experience working with real-time video pipelines, Python-based ML systems (YOLO, OpenCV, FFmpeg/GStreamer), and production Flutter apps on iOS and Android. For the YOLO interference issue, I would introduce a low-latency post-processing layer (class-priority + confidence arbitration, optional NMS tuning) to deterministically resolve conflicting detections without impacting frame rate or downstream performance metrics. For Flutter, I will stabilize the hotspot/video transfer layer by fixing connection lifecycle handling, retries, buffering, and progress-state reporting so clip and reel downloads are reliable across devices. I am comfortable stepping into existing codebases, benchmarking changes, and delivering clean, well-documented fixes that you can reproduce easily. I also have experience supporting long-running systems that evolve into containerized, GPU-scaled production setups. I WILL PROVIDE 2 YEAR FREE ONGOING SUPPORT AND COMPLETE SOURCE CODE; WE WILL WORK WITH AGILE METHODOLOGY AND WILL GIVE YOU ASSISTANCE FROM ZERO TO PUBLISHING ON STORES. I am available for long-term, performance-critical collaboration and can start immediately. I eagerly await your positive response. Thanks.
$38 USD in 40 days
8.4
8.4

Hello, HAVE HANDS-ON EXPERIENCE WITH SUCH PROJECT I have 9+ years of proven experience in real-time video pipelines, YOLO-based detection systems, and Flutter mobile apps, and I confidently understand the performance and reliability challenges you’re facing. The goal is to stabilize real-time snippet generation and delivery by resolving detection conflicts and ensuring seamless, low-latency clip access across iOS and Android. -->> YOLO class-priority & NMS tuning with low-latency post-processing -->> Reliable real-time MP4 snippet & highlight stitching pipeline -->> Stable Flutter WiFi/download handling with progress feedback -->> Clean, benchmarked, and well-documented code My approach follows clean architecture, performance-safe optimizations, efficient Python/C++ integration, and an agile workflow focused on measurable improvements. In chat, I have a few targeted questions about your current YOLO model config, transport layer, and Flutter networking stack to proceed further. I would approach your project by first isolating detection conflicts and connection failures, validating fixes with benchmarks, then hardening the pipeline for long-term scalability. Successfully implement this from start to finish and continue evolving it into a production-grade system. Let’s build something fast, stable, and future-proof. Thanks & regards Julian
$25 USD in 40 days
8.4
8.4

Hi! I can help you stabilize both sides of this pipeline: YOLO detection priority and Flutter clip delivery. For the YOLO interference issue, I can implement an object-priority layer by: - tuning class-aware NMS / confidence hierarchy - adding lightweight post-processing to resolve class conflicts in real time - benchmarking FPS + accuracy to keep latency low For the Flutter connection hiccups, I can patch the download/stream flow with: - more reliable hotspot/network handling across iOS + Android - resumable transfers + clear progress reporting - stable linking for single clips and stitched highlights You’ll get clean, documented code + a short README so results are easy to replicate. Happy to start immediately. Best, Yuda
$60 USD in 40 days
7.9
7.9

I am confident that my skills in JavaScript, Python, Mobile App Development, iPhone, and Animation make me a great match for the "YOLO Video Snippet System, Flutter Optimization and Long-Term Ongoing Work" project. I am eager to address the YOLO interference and Flutter connection hiccups to ensure smooth operation. The budget can be adjusted as per the project scope. Let's discuss further to prioritize your requirements. Please review my 15 years of experience to see my commitment. I am ready to start working immediately. Looking forward to your response.
$35 USD in 3 days
7.8
7.8

Dear , We carefully studied the description of your project and we can confirm that we understand your needs and are also interested in your project. Our team has the necessary resources to start your project as soon as possible and complete it in a very short time. We are 25 years in this business and our technical specialists have strong experience in JavaScript, Python, Mobile App Development, iPhone, Animation, Flutter, Video Processing, Containerization, Object Detection, YOLO and other technologies relevant to your project. Please, review our profile https://www.freelancer.com/u/tangramua where you can find detailed information about our company, our portfolio, and the client's recent reviews. Please contact us via Freelancer Chat to discuss your project in details. Best regards, Sales department Tangram Canada Inc.
$30 USD in 5 days
8.4
8.4

⭐⭐⭐⭐⭐ CnELIndia and Raman Ladhani will begin with a rapid audit of your current Python-YOLO-Flutter pipeline, profiling latency, detection conflicts, and network stability. For YOLO interference, we will implement a lightweight priority resolver combining class-confidence hierarchy, adaptive NMS tuning, and a post-processing layer in Python/C++ to resolve overlaps without FPS loss, followed by benchmark tests on real feeds to validate consistent performance metrics. For Flutter connection issues, we will redesign the download service using persistent sockets, retry logic, chunked streaming, and background transfer management compatible with iOS and Android, plus real-time progress indicators and automatic reconnection. We will integrate structured logging, performance monitoring, and stress testing across hotspot scenarios. Deliverables include clean modular code, documented APIs, reproducible setup scripts, and a concise read-me. Our team will also prepare the architecture for future containerization, GPU scaling, and UI enhancements to support your long-term roadmap.
$38 USD in 40 days
7.9
7.9

Hello, Utilizing Live Experts' broad and deep skill set in game/web development, computer science, and software engineering, we are confident in providing the creative and robust solutions you need to improve your YOLO Video Snippet System. Our adept Python programming allows us to swiftly tackle the first pain point of object prioritization via varied approaches including NMS thresholds tweaking, implementing a class-confidence hierarchy or deploying a lightweight post-processor. This will enhance your performance calculations by avoiding interference and ensuring all relevant objects are accurately detected. Additionally, our extensive Flutter expertise guarantees we can resolve your second challenge of maintaining a stable connection between the app and videos. With a steadfast solution applicable on both iOS and Android, users will be able to effortlessly download single clips or highlight reels. As user satisfaction is paramount, we prioritize UX optimization and clear feedback on download progress. Long term commitment is one of our fortes, which makes us an ideal choice for your evolving project. We have experience in handling real-time video with YOLO as well as using FFMPEG/GStreamer and Flutter for mobile apps. In terms of potential future enhancements like containerization for production or UI animation, we're more than ready to adapt and deliver accordingly - just as we've consistently done for our previous clients. Sec Thanks!
$50 USD in 805 days
7.4
7.4

Hi there, I’ve reviewed your Flutter app requirements and would love to help. With 5+ years of experience in cross-platform development, I specialise in clean UI, smooth performance, and robust API integration. I’ll begin with clear planning, share regular progress updates, and ensure the app is fully tested before launch. Let’s connect to discuss your vision — I’m ready to get started! Best, Bhargav Flutter Developer | Android & iOS Expert
$25 USD in 40 days
7.0
7.0

With my advanced digital engineering background and a game-changing skillset, I am confident in addressing the pain points in your video snippet system. My deep expertise in embedded systems, including proficiency with STM32, ESP32, Raspberry Pi and Arduino, as well as comprehensive knowledge of firmware development using C/C++, allows me to optimize your existing YOLO workflow. Furthermore, I am well-versed in the Flutter framework and experienced in rectifying connection hiccups, which is an issue that your mobile app is facing when connecting to WiFi hotspots or the snippets themselves. My work throughout the semiconductor industry has instilled upon me an uncompromising attention to detail and the ability to tackle even the most complex problems. For this project, I will provide robust and adaptable solutions to ensure seamless connectivity for your users across iOS and Android platforms. Additionally, I'm excited about the long-term potential of this project. Having taken several projects from ideation to final product, I have honed not just my technical skills but also my ability to ideate persistently. Apart from the immediate deliverables you've mentioned for this project, my experience with edge computing on IoT devices can prove invaluable as we scale up, optimize GPU performance ans polish UI based on your needs. Let's transform your existing pipeline into a journey where performance limitations are eradicated and new possibilities keep unfolding.
$45 USD in 40 days
6.9
6.9

Hi there, I am a top California freelancer with extensive experience in real-time video processing and mobile app development. Having successfully completed several projects similar to yours, I understand the critical importance of optimizing both the YOLO workflow and enhancing the Flutter app’s connectivity. I’m confident I can implement a robust object-priority solution to resolve your interference issue and ensure seamless file transfers for your users. My approach will involve assessing the existing YOLO implementation to introduce effective prioritization logic and refining the Flutter download pipeline to maintain a stable connection across all devices. I'm committed to delivering clean, documented code, along with a comprehensive read-me for replication. Let’s connect to discuss how we can start solving the current pain points and open the door for ongoing collaboration on this evolving project. What specific criteria do you have in mind for prioritizing objects in the YOLO workflow?
$30 USD in 38 days
6.6
6.6

I can help stabilize your YOLO + Flutter live highlights pipeline and deliver the fixes you need. YOLO object-priority: I’ll implement a lightweight post-processing layer or confidence hierarchy (or tweak NMS thresholds) to resolve class conflicts in real time without impacting frame-rate, ensuring complete performance calculations for every snippet. Flutter connection: I’ll patch the mobile download pipeline to maintain a rock-solid WiFi hotspot connection on both iOS and Android, with reliable single-clip and stitched-highlight downloads, plus clear progress reporting. Deliverables: clean, documented Python/Flutter code, benchmarked YOLO priority logic, and a short read-me for replication. I have extensive experience with real-time video, YOLO, FFMPEG/GStreamer pipelines, and Flutter front-ends, and I’m comfortable taking on long-term, performance-critical evolution including containerization, GPU scaling, and UI polish. NDA-ready.
$25 USD in 40 days
6.7
6.7

Hi there Thanks for posting this exciting project. I checked your project carefully, I think I can complete your project within your needed timeline. I am super professional in JavaScript, Python, Mobile App Development, iPhone, Animation, Flutter, Video Processing, Containerization, Object Detection, YOLO Please ping , I am always online here Thanks Efanntyo -.
$25 USD in 14 days
6.7
6.7

Hi, I believe I am well-equipped to handle the complexity of your project. Real-time video processing is no stranger to me, having worked with technologies like YOLO and FFMPEG/GStreamer extensively. Drawing from my prior engagements, I possess an inherent understanding of the nuances and challenges that come with high-performance work including prioritization issues and connection hiccups. Given this foresight into potential bottlenecks, I pledge to deliver a tailored solution for the YOLO interference by implementing an object-priority method that maintains performance without sacrificing logic or efficiency. When it comes to the mobile app functionality, I understand that a flawless connection experience is paramount. Rest assured that understanding your needs well; I will not only resolve the current WiFi hotspot issue but also ensure future seamless performance through rigorous tests on both iOS and Android devices. My skill set extends beyond mere problem-solving - it encompasses proactive thinking about future-proofing solutions. Lets Chat
$25 USD in 40 days
6.8
6.8

Hi Fred, To address the YOLO interference issue, I propose implementing a logic layer to prioritize object detections in real-time. This can involve adjusting NMS thresholds, introducing class-confidence hierarchy, or integrating a lightweight post-processor. For the Flutter connection hiccups, I will work on ensuring a stable connection across iOS and Android for seamless video retrieval. Let's discuss further. Regards, Sai Bhaskar
$25 USD in 40 days
6.4
6.4

Hi, We would like to grab this opportunity and will work till you get 100% satisfied with our work. We are an expert team which have many years of experience on JavaScript, Python, Mobile App Development, iPhone, Animation, Flutter, Video Processing, Containerization, Object Detection, YOLO Please come over chat and discuss your requirement in a detailed way. Thank You
$38 USD in 40 days
6.2
6.2

As a seasoned software developer with extensive expertise in the fields of real-time video processing, machine learning, and mobile app development, I am undeniably well-equipped to tackle the challenges your project entails. Over the course of my career, I've successfully optimized numerous Python pipelines for object detection, and resolved intricate problems like the one causing interference among multiple classes in your YOLO system. I can assure you that my proposed solution will not only prioritize detections efficiently but also retain low frame-rate latency for improved performance calculations. In regards to the Flutter connection issue you're experiencing, it could very well be detrimental to user experience and I understand the genuine need for a steadfast solution that works across both iOS and Android platforms. Fortunately, my diverse range of skills which includes mobile app development with Flutter will enable me to provide an effective resolve; not only ensuring stable connections but also offering clear user progress reports throughout the download pipeline. Lastly, but certainly not least, I wholeheartedly meet your requirements for a long-term commitment as this project continue to grow. Animation is another core skill that I possess, C containerization and UI polish are just some of the many essential aspects of software development that I am confident in handling proficiently.
$33 USD in 40 days
6.3
6.3

Hello, Thanks for the detailed and technically grounded description. I understand this engagement as performance-critical refinement of an already working real-time system, not exploratory R&D. The objective is to remove two sources of instability that directly impact user trust and downstream calculations: detection conflicts in the YOLO pipeline and unreliable clip delivery on mobile. On the vision side, the key is introducing deterministic prioritization when classes overlap, without compromising throughput. That typically means making explicit decisions about class hierarchy, confidence handling, and post-detection arbitration, then validating the impact with concrete latency and accuracy benchmarks. The goal is predictable behavior under load, not just “better” detections. On the Flutter side, the expectation is a single-tap, reliable delivery experience across platforms. That requires hardening connection management, handling transient network failures gracefully, and providing clear progress and recovery states to the user. This is less about UI polish and more about correctness in transport and state handling. Final timeline and budget will be confirmed once the current codepaths and performance characteristics are reviewed.
$50 USD in 40 days
6.2
6.2

St. Louis, United States
Payment method verified
Member since Aug 29, 2012
$750-1500 USD
$30-250 USD
$10-30 USD
$250-750 USD
$250-750 USD
£20-250 GBP
$3000-5000 USD
₹1500-12500 INR
$8-15 USD / hour
₹600-1500 INR
₹600-1500 INR
$250-750 USD
$25-50 USD / hour
$2-8 USD / hour
₹12500-37500 INR
$5000-10000 USD
$25-50 AUD / hour
£20-250 GBP
₹75000-150000 INR
$15-25 USD / hour
$30-250 AUD
₹600-1500 INR
$30-250 CAD
₹12500-37500 INR
$30-250 USD