AI Agent Hub

Blog

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

📝
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
📝
Installing Docker on Ubuntu with GPU Support
Aug 29, 2024 · Backend

This article introduces the installation and configuration of Docker using the Alibaba Cloud mirror source, with support for NVIDIA GPU usage. First, add the Alibaba Cloud GPG key and set up the repos

# Ubuntu # Docker # eureka 1,144 views
📝
Starting Programs with /etc/rc.local on Ubuntu 22.04
Jul 02, 2024 · Backend

This article introduces the method to achieve program startup at boot using `/etc/rc.local` on Ubuntu 20.04 or 22.04 systems. It requires editing the `/lib/systemd/system/rc-local.service` file to add

# Ubuntu 1,117 views
📝
Night Rain Drifting · A Thousand Questions: Answering Your Endless Queries
Apr 09, 2024 · Starter

Night Rain Drifting · Qianwen Launcher is an efficient and convenient LLM (Large Language Model) launching tool. It supports the Windows system and requires an NVIDIA graphics card with a driver versi

# Large Language Model # Tongyi Qianwen # One - key start 834 views
📝
HarmonyOS Application Development - Recording, Saving, and Playing Audio
Mar 26, 2024 · HarmonyOS Application Development

Your code example demonstrates how to implement audio recording and playback functions in HarmonyOS. Below is a summary of the code and some improvement suggestions: ### Summary 1. **Permission Appl

# HarmonyOS # Audio and Video # Huawei 844 views
📝
HarmonyOS Application Development - Recording Audio and Implementing Real - time Speech Recognition with WebSocket
Mar 26, 2024 · HarmonyOS Application Development

Your code implements a complete example of real-time speech recognition using WebSocket. The following are some supplementary and optimization suggestions for the entire project to ensure robustness a

# HarmonyOS # websocket # Speech Recognition 857 views
📝
HarmonyOS App Development - Customizable Deletable List Popup
Feb 03, 2024 · HarmonyOS Application Development

This application implements a custom list popup window function, supporting task addition, deletion, and confirmation. The specific implementation is as follows: 1. **Entity Class**: The `Intention`

# HarmonyOS # Huawei 729 views
📝
HarmonyOS Application Development - Imitating WeChat Chat Message List
Jan 19, 2024 · HarmonyOS Application Development

This example demonstrates how to create a chat application interface similar to WeChat using ArkTS. The page structure includes a scrollable message list and a button to dynamically add new messages.

# HarmonyOS # WeChat # Huawei 700 views