Tagged articles

ONNX Runtime

9 articles · Page 1 of 1
SpringMeng
SpringMeng
Sep 5, 2026 · Artificial Intelligence

Citrus Detection System: YOLOv8, FastAPI & Vue3 Full-Stack Tutorial

This article presents a complete citrus detection system using YOLOv8, FastAPI, and Vue3, featuring image/video detection, ablation experiments, negative sample training, and full deployment instructions for agricultural AI applications.

Computer VisionFastAPIONNX Runtime
0 likes · 11 min read
Citrus Detection System: YOLOv8, FastAPI & Vue3 Full-Stack Tutorial
Java Tech Enthusiast
Java Tech Enthusiast
Aug 26, 2026 · Fundamentals

FFmpeg 9.0 “Lei”: Honoring the Late Chinese Developer Behind Its Legacy

FFmpeg 9.0, codenamed “Lei,” was released on August 4 to commemorate Chinese audio‑video developer Lei Xiaohua, whose contributions to the library and early AI‑related tutorials shaped the ecosystem, while the article also traces FFmpeg’s history, naming conventions, and expanding role in modern AI pipelines.

AI pipelinesFFmpegLei Xiaohua
0 likes · 11 min read
FFmpeg 9.0 “Lei”: Honoring the Late Chinese Developer Behind Its Legacy
Java Architecture Diary
Java Architecture Diary
Aug 17, 2026 · Artificial Intelligence

Pure Java OCR with mica-ppocr: How It Parses Documents and Invoices

This article details the pure‑Java mica‑ppocr library built on Java 17 and ONNX Runtime, covering its rapid version evolution, core engine upgrades, structured parsing of six document types, Spring Boot and Solon integration, performance optimizations, and architectural refactors, providing a comprehensive technical overview for developers.

JavaOCRONNX Runtime
0 likes · 12 min read
Pure Java OCR with mica-ppocr: How It Parses Documents and Invoices
IT Services Circle
IT Services Circle
Aug 8, 2026 · Fundamentals

FFmpeg 9.0 ‘Lei’: Honoring a Chinese Developer Ten Years After His Passing

FFmpeg 9.0, codenamed “Lei” to honor Chinese audio‑video developer Lei Xiaohua on the tenth anniversary of his death, continues the project’s evolution from a simple codec suite to a ubiquitous multimedia backbone powering video editing, streaming, and AI pipelines, while tracing its rich history and community contributions.

AI pipelinesFFmpegONNX Runtime
0 likes · 11 min read
FFmpeg 9.0 ‘Lei’: Honoring a Chinese Developer Ten Years After His Passing
Weekly Large Model Application
Weekly Large Model Application
Feb 22, 2026 · Artificial Intelligence

2026 Guide: Pure‑CPU Open‑Source Chinese TTS Models Optimized for Performance

This article reviews the most capable open‑source Chinese text‑to‑speech models that run entirely on CPU in 2026, compares their quantization and speed features, recommends acceleration engines, outlines five hard‑won optimization rules, and provides a concise selection guide for various deployment scenarios.

CPU inferenceChinese TTSONNX Runtime
0 likes · 6 min read
2026 Guide: Pure‑CPU Open‑Source Chinese TTS Models Optimized for Performance
Code Wrench
Code Wrench
Oct 16, 2025 · Artificial Intelligence

Build a Go‑Powered Stock Trend Predictor with ONNX Runtime in Minutes

This guide walks you through setting up an Ubuntu environment, training a LightGBM stock‑movement model in Python, exporting it to ONNX, and deploying fast, cross‑platform inference in Go using ONNX Runtime, complete with code snippets and project structure.

AIGoLightGBM
0 likes · 11 min read
Build a Go‑Powered Stock Trend Predictor with ONNX Runtime in Minutes
DataFunSummit
DataFunSummit
Sep 1, 2025 · Artificial Intelligence

How We Cut ERNIE Model Resource Use by 75% with Pruning, Structured Slimming, and ONNX Runtime

In this detailed engineering guide we diagnose a heavyweight ERNIE‑Base text‑classification service consuming 128 CPU cores and 96 GB RAM, then apply a three‑step optimization—model selection, structured pruning with PaddleSlim, and engine migration to ONNX Runtime—achieving a 75% reduction in resource usage while keeping recall above 99.5% and boosting inference speed by over 20%.

AI Model OptimizationModel PruningONNX Runtime
0 likes · 11 min read
How We Cut ERNIE Model Resource Use by 75% with Pruning, Structured Slimming, and ONNX Runtime