AI Agent Hub

Blog

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

📝
HarmonyOS Application Development - Sending POST Request and Obtaining Result
Jan 19, 2024 · HarmonyOS Application Development

This code is used to send data to the server via a POST request and parse the JSON response. The core functionalities include: 1. Using the `http.createHttp().request()` method to send asynchronous PO

# HarmonyOS # Huawei 781 views
📝
HarmonyOS Application Development - Playing Local Audio Files
Jan 18, 2024 · HarmonyOS Application Development

This document introduces the implementation of audio playback functionality on HarmonyOS using the AVPlayer audio and video player. The main steps include: 1. Creating an `AVPlayer` instance and regis

# HarmonyOS # Huawei 762 views
📝
HarmonyOS Application Development - Requesting Voice Synthesis Service to Obtain Audio File
Jan 18, 2024 · HarmonyOS Application Development

This document describes a text-to-speech service implemented using HarmonyOS, which uploads text data and requests the server to return audio data. Key steps include creating HTTP requests, setting re

# HarmonyOS # Huawei 800 views
📝
Easily Identify Long Audio/Video Files with Hours-Long Duration
Jan 07, 2024 · Speech

This article introduces a method to build a long - speech recognition service capable of processing audio or video files that last tens of minutes or even several hours. First, the folder needs to be

# Audio and Video # Speech Recognition # Pytorch 767 views
📝
Real-time Command Wake-up
Dec 17, 2023 · Speech

This paper introduces the development and usage of a real-time instruction wake-up program, including steps such as installation environment, instruction wake-up, and model fine-tuning. The project ru

# Artificial Intelligence # FunASR # Pytorch 822 views
📝
Tank Battle Controlled by Voice Commands
Dec 17, 2023 · Speech

This paper introduces the program development process for controlling the Tank Battle game through voice commands, including steps such as environment setup, game startup, and instruction model fine-t

# Speech Recognition # Artificial Intelligence # Pytorch 810 views
📝
Run Large Language Model Service with One Click and Build a Chat Application
Oct 23, 2023 · Pytorch

This article introduces a method to build a local large language model chat service based on the Qwen-7B-Int4 model. First, you need to install the GPU version of PyTorch and other dependency librarie

# language model # Artificial Intelligence # Natural Language Processing 718 views
📝
Easily and Quickly Set Up a Local Speech Synthesis Service
Oct 22, 2023 · Speech

This article introduces a method to quickly set up a local speech synthesis service using the VITS model architecture. First, you need to install the PyTorch environment and related dependency librari

# Deep Learning # Pytorch # Speech Synthesis 729 views
📝
Real-time Speech Recognition Service with Remarkably High Recognition Accuracy
Oct 21, 2023 · Speech

This article introduces the installation, configuration, and application deployment of the FunASR speech recognition framework. First, PyTorch and related dependency libraries need to be installed. Fo

# Speech Recognition # Artificial Intelligence 660 views
📝
FunASR Speech Recognition GUI Application
Oct 08, 2023 · Speech

This paper introduces a speech recognition GUI application developed based on FunASR, which supports recognition of local audio and video files as well as audio recording recognition. The application

# Speech Recognition # Artificial Intelligence # FunASR 964 views