AI Agent Hub

Blog

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

📝
Person Background Replacement on Android Based on Image Semantic Segmentation
Aug 29, 2020 · PaddlePaddle

Your project has already implemented basic human image recognition and background replacement functions. To further improve and optimize your code, I will provide some improvement suggestions and samp

# PaddlePaddle # Android # Computer Vision 752 views
📝
PP-YOLOE: A Target Detection Model Based on PaddlePaddle
Aug 18, 2020 · PaddlePaddle

This document provides a detailed introduction to how to implement the training, evaluation, export, and prediction processes of the object detection model PP-YOLOE using PaddlePaddle, along with vari

# Deep Learning # Artificial Intelligence # PaddlePaddle 789 views
📝
Implementing Image Classification on Android Phones Based on Paddle Lite
Aug 02, 2020 · PaddlePaddle

Thank you for sharing this Android application development example for image classification based on Paddle Lite. Your project not only covers how to obtain categories from images but also introduces

# PaddlePaddle # Android # Image Recognition 840 views
📝
Stream and Non-Stream Speech Recognition Implemented with PyTorch
Jul 30, 2020 · Deep Learning

### Project Overview This project is a speech recognition system implemented based on PyTorch. By utilizing pretrained models and custom configurations, it can recognize input audio files and output

# Pytorch # Deep Learning # Speech Recognition 912 views
📝
Implementation of Image Classification on Android Phones Based on TensorFlow Lite
Jul 22, 2020 · TensorFlow

This project mainly implements an image classification application based on TensorFlow Lite, which can perform object recognition using images from the camera or photo album on an Android device and p

# Tensorflow # Computer Vision # Android 915 views
📝
Face Recognition Based on MTCNN and MobileFaceNet
Jul 19, 2020 · Deep Learning

Your project has designed a deep learning-based face recognition system with a front-end and back-end separated implementation. This system includes a front-end page and a back-end service, which can

# Facial Recognition # Deep Learning # Tensorflow 810 views
📝
Chinese Voiceprint Recognition Based on Kersa
Jul 15, 2020 · TensorFlow

Thank you for providing the detailed explanation about voiceprint recognition and comparison. Below, I will provide you with a more detailed implementation step-by-step for the PaddlePaddle version, a

# Deep Learning # Tensorflow # Keras 754 views
📝
Large-scale Face Detection Based on Pyramidbox
Jul 09, 2020 · PaddlePaddle

Based on the code and description you provided, this is an implementation of a face detection model using PyTorch. The model employs a custom inference process to load images, perform preprocessing, a

# Computer Vision # Artificial Intelligence # Deep Learning 788 views
📝
Using Mediapipe Framework on Android
Jul 08, 2020 · Android

Your implementation is very close to completion, but to ensure everything works properly, I will provide a more complete code example with some improvements and optimizations. Additionally, I will exp

# Android # mediapipe # Deep Learning 775 views
📝
CrowdNet: A Density Estimation Model Implemented with PaddlePaddle
Jun 06, 2020 · PaddlePaddle

That's the detailed tutorial on crowd flow density prediction. Through this project, you can learn how to use PaddlePaddle to solve practical problems, with detailed step-by-step guidance from trainin

# Deep Learning # PaddlePaddle # Image Recognition 814 views