AI Agent Hub

Blog

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

📝
Deploying Baidu Wenxin 4.5 Open-Source Large Model on AiStudio for Android Call
Jul 05, 2025 · Android

In the previous article "Deploying theERNIE 4.5 Open-Source Model for Android Device Calls", the blogger introduced how to deploy the ERNIE 4.5 open-source large language model on one's own server. Ho

# Android # PaddlePaddle # Large Language Model 815 views
📝
Deploying Baidu Wenxin 4.5 Open-Source Model for Android Device Calls
Jul 05, 2025 · PaddlePaddle

In the previous article "Usage and Deployment of the ERNIE 4.5 Open-Source Large Model", we introduced how to use FastDeploy to deploy the ERNIE 4.5 open-source large model and briefly called its inte

# Artificial Intelligence # PaddlePaddle # Large Model 733 views
📝
Usage and Deployment of ERNIE 4.5 Open-Source Large Model
Jul 05, 2025 · PaddlePaddle

The ERNIE 4.5 series open-source models consist of a total of 10 models, covering Mixture-of-Experts (MoE) models with activation parameter scales of 47B and 3B (with the largest model having a total

# Artificial Intelligence # PaddlePaddle # Large Model 897 views
📝
Deploying Custom Gesture Recognition Models with MediaPipe on Android
Jul 05, 2025 · TensorFlow

This project implements a high-performance real-time gesture recognition Android application based on the Google MediaPipe and Android CameraX technology stacks. It adopts MediaPipe's latest Gesture R

# Android # mediapipe 890 views
📝
Custom Gesture Recognition Training Model with MediaPipe
Jul 05, 2025 · TensorFlow

MediaPipe is an open-source framework developed by Google for building perception pipelines to process time-series data such as video and audio. Among its components, MediaPipe Hands is a high-perform

# Android # mediapipe 1,347 views
📝
A Tool Website Developed with Python
Jul 05, 2025 · Backend

This article introduces a feature-rich tool website developed using Python. It includes various tools such as document tools, PDF tools, image tools, audio tools, video tools, voice tools, and program

# Python 646 views
📝
Quickly Deploy a DeepSeek-R1 Service from Scratch
Apr 05, 2025 · Large Language Model

Here are the simplest commands to introduce how to deploy the DeepSeek-R1 service. Anaconda is assumed to be already installed, and the vllm framework is used, making it easy to deploy even in China.

# Artificial Intelligence # Large Language Model # DeepSeek 1,013 views
📝
Rapid Training of Cat and Dog Sound Classification Model
Mar 08, 2025 · Pytorch

This paper introduces how to quickly perform sound classification training and inference using PyTorch and the macls library. First, create a Python 3.11 virtual environment via Anaconda and install t

# Artificial Intelligence # Sound Classification # category 1,231 views
📝
Quick Deployment of Speech Recognition Framework Using MASR V3
Mar 08, 2025 · Speech

This framework appears to be very comprehensive and user-friendly, covering multiple stages from data preparation to model training and inference. To help readers better understand and utilize this fr

# Artificial Intelligence # Speech Recognition # Pytorch 1,165 views
📝
Quick Deployment of Speech Recognition Framework Using PPASR V3
Mar 08, 2025 · Speech

This detailed introduction demonstrates the process of developing and deploying speech recognition tasks using the PaddleSpeech framework. Below are some supplements and suggestions to the information

# Artificial Intelligence # PaddlePaddle # Speech Recognition 1,155 views