AI Agent Hub

Blog

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

📝
Segmenting Long Speech into Multiple Short Segments Using Voice Activity Detection (VAD)
Nov 23, 2022 · Speech

This paper introduces YeAudio, a voice activity detection (VAD) tool implemented based on deep learning. The installation command for the library is `python -m pip install yeaudio -i https://pypi.tuna

# Python # PaddlePaddle # Speech Recognition 801 views
📝
Training a Chinese Punctuation Model Based on PaddlePaddle
Sep 14, 2022 · PaddlePaddle

This project provides a complete process to train and use a model for adding punctuation marks to Chinese text. Below is a summary of the entire process: 1. **Environment Preparation**: - Ensure n

# PaddlePaddle # Deep Learning # Artificial Intelligence 934 views
📝
Speech Emotion Recognition Based on PyTorch
Jul 07, 2022 · Pytorch

This project provides a detailed introduction to how to perform emotion classification from audio using PyTorch, covering the entire process from data preparation, model training to prediction. Below,

# Pytorch # Speech Recognition # Deep Learning 890 views
📝
Speech Emotion Recognition Based on PaddlePaddle
Jul 06, 2022 · PaddlePaddle

The content you provided describes the training and prediction process for a speech classification task based on PaddlePaddle. Next, I will provide a more detailed and complete code example, along wit

# PaddlePaddle # Speech Recognition # Artificial Intelligence 727 views
📝
Easily Implement Speech Synthesis with PaddlePaddle
Jul 06, 2022 · PaddlePaddle

This paper introduces the implementation method of speech synthesis using PaddlePaddle, including simple code examples, GUI interface operations, and Flask web interfaces. First, a simple program is u

# Speech Recognition # Artificial Intelligence # Speech Synthesis 745 views
📝
Building an Animal Recognition System with PaddlePaddle to Identify Thousands of Animal Species
Jul 06, 2022 · Deep Learning

This paper introduces a project for animal recognition using PaddlePaddle. Firstly, the animal recognition task can be completed with just a few lines of code. Secondly, a GUI interface is provided to

# PaddlePaddle # Artificial Intelligence # Animal Recognition 747 views
📝
ECAPa-TDNN Voiceprint Recognition Model Implemented with PyTorch
May 04, 2022 · Speech

This project demonstrates how to implement speech recognition functionality using PaddlePaddle, specifically including voiceprint comparison and voiceprint registration. Below is a summary of the main

# Deep Learning # Artificial Intelligence # Voiceprint Recognition 774 views
📝
ECAPa-TDNN Speaker Recognition Model Implemented Based on PaddlePaddle
May 01, 2022 · PaddlePaddle

This project is a voiceprint recognition system based on PaddlePaddle. It covers application scenarios from data preprocessing, model training to voiceprint recognition and comparison, and is suitable

# PaddlePaddle # Deep Learning # Python 953 views
📝
Adding Punctuation Marks to Speech Recognition Text
Jan 13, 2022 · PaddlePaddle

This paper introduces a method for adding punctuation marks to speech recognition text according to grammar, mainly divided into four steps: downloading and decompressing the model, installing PaddleN

# Python # Deep Learning # PaddlePaddle 1,139 views
📝
PPASR Streaming and Non-Streaming Speech Recognition
Nov 30, 2021 · PaddlePaddle

This document introduces how to deploy and test a speech recognition model implemented using PaddlePaddle, and provides various methods to execute and demonstrate the model's functionality. The follow

# Artificial Intelligence # Deep Learning # PaddlePaddle 904 views