AI Agent Hub

Blog

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

📝
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 821 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 728 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
📝
Voiceprint Recognition System Implemented Based on PyTorch
Aug 20, 2023 · Speech

This project provides an implementation of voice recognition based on PaddlePaddle, mainly using the EcapaTDNN model, and integrates functions of speech recognition and voiceprint recognition. Below,

# Pytorch # Artificial Intelligence # Python 1,202 views
📝
Voiceprint Recognition System Based on PaddlePaddle
Aug 20, 2023 · Speech

This project demonstrates how to use PaddlePaddle for speaker recognition (voiceprint recognition), covering the complete workflow from data preparation, model training to practical application. The p

# PaddlePaddle # Artificial Intelligence # Voiceprint Recognition 873 views
📝
Fine-tuning Whisper Speech Recognition Model and Accelerating Inference
Apr 23, 2023 · Speech

Thank you for providing the detailed project description. To help more people understand and use your project, I will summarize and optimize some key information and steps: ### Project Overview This

# whisper # Pytorch # Deep Learning 1,084 views