AI Agent Hub

Blog

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

📝
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 706 views
📝
CRNN Text Recognition Model Implemented with PaddlePaddle 2.0 Dynamic Graph
Apr 03, 2021 · PaddlePaddle

This document introduces a CRNN text recognition model implemented using PaddlePaddle 2.0 dynamic graph. The model extracts features through CNN, performs sequence prediction via RNN, and uses CTC Los

# Deep Learning # Artificial Intelligence # PaddlePaddle 741 views
📝
End-to-End Recognition of Captchas Based on PaddlePaddle 2.0
Mar 23, 2021 · PaddlePaddle

Your code has covered most aspects of the CAPTCHA recognition project, including data processing, model training, and inference. Below are some suggestions for improvements and enhancements to your pr

# PaddlePaddle # ocr # crnn 826 views
📝
PPASR Chinese Speech Recognition (Beginner Level)
Mar 16, 2021 · PaddlePaddle

Thank you for your detailed introduction! To further help everyone understand and use this CTC-based end-to-end Chinese-English speech recognition model, I will supplement and improve it from several

# Deep Learning # PaddlePaddle # Artificial Intelligence 804 views
📝
Implementing Image Classification on Android Phones Based on TNN
Sep 06, 2020 · Deep Learning

This project is mainly an image classifier based on TensorFlow Lite, which can achieve real-time image recognition on Android devices. Its main functions and implementation steps are as follows: ###

# Deep Learning # Android # tnn 768 views
📝
Image Classification on Android Phones Based on MNN
Sep 05, 2020 · Deep Learning

This is a detailed guide on how to implement image classification in an Android application. You have successfully used TensorFlow Lite for image classification and demonstrated how to obtain input da

# Android # mnn # Image Recognition 786 views
📝
Face Detection, Key Point Detection, and Mask Detection on Android with One Line of Code
Sep 05, 2020 · PaddlePaddle

This paper introduces the method of implementing face detection, key point detection, and mask detection in Android applications using Paddle Lite. The core code is only one line: calling `FaceDetecti

# Android # java # Development Language 756 views
📝
Face Recognition and Face Registration Based on InsightFace
Aug 30, 2020 · Deep Learning

This code implements a deep learning-based face recognition system using the InsightFace framework. It includes functions for face detection, feature extraction, and face recognition, and also provide

# Facial Recognition # Deep Learning # mxnet 1,119 views