Blog
In-depth articles on AI agents, LLM engineering, servers, Python and software development.
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
This code uses PaddlePaddle to build a convolutional neural network (CNN) for processing the CIFAR-10 dataset. The network consists of 3 convolutional-pooling layers and 1 fully connected layer, witho
This content mainly explains the basic concepts of neural networks and some important foundational concepts, including but not limited to algorithms such as linear regression and gradient descent, alo
This tutorial provides a detailed introduction to using PaddlePaddle for speech recognition, along with a series of operational guidelines to assist developers from data preparation to model training