AI Agent Hub

Blog

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

📝
Processing and Usage of the WenetSpeech Dataset
Nov 30, 2021 · Speech

The WenetSpeech dataset provides over 10,000 hours of Mandarin Chinese speech, categorized into strong-labeled (10,005 hours), weak-labeled (2,478 hours), and unlabeled (9,952 hours) subsets, suitable

# Speech Recognition # PaddlePaddle # WenetSpeech 960 views
📝
Fast Face Recognition Model Implemented with PaddlePaddle
Nov 03, 2021 · PaddlePaddle

This project develops a small and efficient face recognition system based on the ArcFace and PP-OCRv2 models. The training dataset is emore (containing 85,742 individuals and 5,822,653 images), and th

# Deep Learning # Computer Vision # Artificial Intelligence 743 views
📝
A Fast Face Recognition Model Implemented Based on PyTorch
Nov 03, 2021 · Pytorch

This project aims to develop a face recognition system with small models, high recognition accuracy, and fast inference speed. The training data is sourced from the emore dataset (5.82 million images)

# Pytorch # Deep Learning # Artificial Intelligence 780 views
📝
PPASR Speech Recognition (Advanced Level)
Sep 18, 2021 · PaddlePaddle

This project is an end-to-end Automatic Speech Recognition (ASR) system implemented based on Kaldi and MindSpore. The system architecture includes multiple stages such as data collection, preprocessin

# Speech Recognition # Deep Learning # PaddlePaddle 891 views
📝
Sound Classification Based on PyTorch
Aug 20, 2021 · Deep Learning

This code is mainly based on the PaddlePaddle framework and is used to implement a speech recognition system based on acoustic features. The project structure is clear, including functional modules su

# Python # Artificial Intelligence # Deep Learning 1,112 views
📝
Speech Recognition Model Based on PyTorch
Jul 06, 2021 · Deep Learning

This project demonstrates how to use the PaddlePaddle framework for voiceprint recognition, covering multiple steps from model training to application deployment. The following are some key points and

# Pytorch # Deep Learning # Voiceprint Recognition 932 views
📝
Chinese Speaker Recognition Based on TensorFlow 2
Jul 06, 2021 · TensorFlow

This project well demonstrates how to use deep learning models for voiceprint recognition and voiceprint comparison. Below, I will optimize and improve the code and provide some suggestions to better

# Tensorflow # Deep Learning # Voiceprint Recognition 784 views
📝
My New Book, "Introduction to and Practical Guide of PaddlePaddle Fluid Deep Learning" Has Been Published!
Jun 06, 2021 · Deep Learning

This book provides a detailed introduction to deep learning development using PaddlePaddle, covering the entire process from environment setup to practical project applications. The content includes e

# Artificial Intelligence # Deep Learning # PaddlePaddle 698 views
📝
Face Landmark Detection Model MTCNN Implementation Based on PyTorch
Jun 02, 2021 · Deep Learning

MTCNN is a multi-task convolutional neural network (CNN) for face detection, consisting of three networks: P-Net, R-Net, and O-Net. P-Net generates candidate windows; R-Net performs high-precision fil

# Pytorch # Deep Learning # Facial Recognition 718 views
📝
Age and Gender Recognition Based on MXNET
Apr 07, 2021 · Deep Learning

This project is a deep learning-based face age and gender recognition system. It uses OpenCV and MTCNN (Multi-Task Cascaded Convolutional Network) for face detection, along with a pretrained model for

# Deep Learning # mxnet # Age Recognition 705 views