AI Agent Hub

Blog

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

📝
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,229 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,164 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
📝
Text Endpoint Detection Based on Large Language Models
Jan 18, 2025 · Large Language Model

This paper introduces a method to detect text endpoints using large language models (LLMs) to improve Voice Activity Detection (VAD) in voice conversations. By training a fine-tuned model to predict w

# Artificial Intelligence # language model # Natural Language Processing 1,003 views
📝
Speaker Log Implementation Based on PyTorch (Speaker Separation)
Dec 22, 2024 · Speech

This article introduces the speaker diarization feature of the VoiceprintRecognition_Pytorch framework implemented based on PyTorch, which supports various advanced models and data preprocessing metho

# Pytorch # Artificial Intelligence # Python 1,028 views
📝
Introduction and Usage of YeAudio Audio Tool
Aug 29, 2024 · Speech

These classes define various audio data augmentation techniques. Each class is responsible for a specific data augmentation operation and can control the degree and type of augmentation by setting dif

# Audio and Video # Speech Recognition # Python 1,103 views