Blog
In-depth articles on AI agents, LLM engineering, servers, Python and software development.
### Project Overview This project aims to implement the SSD (Single Shot Multibox Detector) model using PaddlePaddle for object detection tasks. SSD is a single-stage object detection algorithm that
Thank you very much for sharing the implementations of these sorting algorithms. To provide a more comprehensive and understandable version, I will briefly explain each sorting algorithm and include c
This tutorial provides a detailed introduction to using the dual-camera of an Android device for object distance measurement. Below are the summaries and further optimization suggestions: ### Project
This code demonstrates how to implement stereo vision depth estimation using the SGBM (Semiglobal Block Matching) algorithm in OpenCV, and then calculate 3D coordinates in the image. The following is
This project demonstrates how to implement a voiceprint recognition system based on speech recognition using PaddlePaddle. The entire project covers multiple aspects including model training, inferenc
Your project provides a TensorFlow-based voiceprint recognition framework that covers multiple steps including data preparation, model training, and voiceprint recognition. This is a great practical c
The project you provided details how to perform speech recognition tasks using PaddlePaddle and the PaddleSpeech acoustic model library. The entire process, from data preparation, model training, pred
This project provides a detailed introduction to the steps of audio classification using TensorFlow, covering data preparation, model training, prediction, and real-time audio recognition. Below are s
This article introduces how to quickly build a smart assistant similar to Xiaomi's AI Assistant. First, create an application using AIUI (a full-stack human-computer interaction voice solution launche
This article introduces how to implement voice activity detection (VAD) using WebRTC in an Android application. First, an Android project is created, and the `local.properties` file is modified to add