AI Agent Hub

Blog

In-depth articles on AI agents, LLM engineering, servers, Python and software development.

📝
Distance Measurement Using Binocular Cameras
May 14, 2020 · Deep Learning

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

# Computer Vision # Artificial Intelligence # opencv 1,083 views
📝
Voiceprint Recognition Based on PaddlePaddle
May 05, 2020 · PaddlePaddle

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

# Deep Learning # Artificial Intelligence # PaddlePaddle 780 views
📝
Implementation of Voiceprint Recognition Using TensorFlow
May 04, 2020 · TensorFlow

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

# Deep Learning # Tensorflow # Artificial Intelligence 727 views
📝
Sound Classification Based on PaddlePaddle
Apr 27, 2020 · PaddlePaddle

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

# Deep Learning # Neural Network # PaddlePaddle 889 views
📝
Sound Classification Based on TensorFlow
Apr 23, 2020 · TensorFlow

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

# Tensorflow # Deep Learning # Neural Network 790 views
📝
Building a Smart Assistant Quickly with AIUI on Android
Apr 18, 2020 · Android

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

# Artificial Intelligence # Android 744 views
📝
Detecting if a User is Speaking Using WebRTC in Android
Apr 16, 2020 · Android

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

# Android 751 views
📝
Notes from Baidu Machine Learning Training Camp – Question & Answer
Nov 17, 2019 · Deep Learning

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

# Deep Learning # PaddlePaddle # Image Classification 817 views
📝
Notes from Baidu Machine Learning Training Camp — Mathematical Fundamentals
Nov 13, 2019 · Deep Learning

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

# Deep Learning # PaddlePaddle # Artificial Intelligence 825 views
📝
End-to-End Chinese Speech Recognition Model of DeepSpeech2 Implemented Based on PaddlePaddle
Nov 04, 2019 · PaddlePaddle

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

# PaddlePaddle # Deep Learning # Speech Recognition 865 views