Coder Social home page Coder Social logo

1056674754 / easy-voice-toolkit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from spr-aachen/easy-voice-toolkit

0.0 0.0 0.0 7.38 MB

A user-friendly toolkit for audio processing, voice transcribing, voice converting etc.

License: GNU General Public License v3.0

Python 98.46% Jupyter Notebook 1.54%

easy-voice-toolkit's Introduction

简易语音工具箱
Easy Voice Toolkit

Title

Releases  Bilibili  YouTube

项目介绍
Description

概述
Overview

一个基于开源语音项目实现的简易语音工具箱,提供了包括语音模型训练在内的多种自动化音频工具
A toolkit based on open source voice projects,which provides a variety of automated audio tools including speech model training


工具箱目前包含以下功能:
Functions that are currently included in the toolkit are as follows:


这些功能依次关联,能够形成一套完整的工作流
These functions can be seamlessly integrated to form a complete workflow
用户可以根据自己的需求有选择性地使用,亦或者依次通过这些工具将未经处理的语音文件逐步变为理想的语音模型
Users can use these tools selectively according to their own needs, or use them in sequence to gradually transform raw audio files into ideal speech models

鸣谢
Acknowledgement

由衷感谢以下项目的作者,这个工具箱的实现正是得益于他们的优秀成果
I'd like to express my sincere gratitude to the authors of the following projects, as their excellent work has contributed to the implementation of this toolkit

注意事项
Consideration

系统
System

目前UI界面仅支持Windows系统
Currently the UI interface only supports Windows system

语言
Language

目前各个工具对语言的支持情况如下:
Languages that are currently supported/unsupported by the tools are shown as follows:

工具
Tool
中文
Chinese
英文
English
日文
Japnese
音频处理
Audio Processor
语音识别
Voice Recognizer
语音转录
Voice Transcriber
数据集制作
DataSet Creator
模型训练
Voice Trainer
语音合成
Voice Converter

项目部署
Deployment

本地部署 - 用户
Local Deployment - User

下载
Download

您有两种选择:

  • 下载轻量化的安装程序:包体小且拥有安装引导,但是未配置环境依赖且不带模型
    Download the lightweight installer: small package comes with installation instructions, but without necessary environmental dependencies and models

  • 下载解压即用的懒人包:配置了所有环境依赖并附带有预设模型,但是包体较大且需要解压
    Download the Ready-to-use portable package: huge package with all environmental dependencies and several model presets, need to unpack after download

运行
Run

点击.exe文件或其快捷方式即可
Just click on the .exe file or its shortcut

本地部署 - 开发者
Local Deployment - Developer

搭建环境
Setup Environment

  • 请确保您已安装了版本≥3.8Python
    Please make sure that you've installed Python version 3.8 or higher

获取项目
Obtain Project

  • 克隆项目仓库
    Clone Repository

    git clone https://github.com/Spr-Aachen/Easy-Voice-Toolkit.git
  • 切至项目目录
    Change directory

    %cd Easy-Voice-Toolkit

安装依赖
Install Dependencies

  • 安装pytorch(需从官网复制命令)
    Install pytorch (Command can be get from the official site)

    # e.g. (注意自己的cuda版本,这里以11.8为例)
    pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu118
  • 安装项目依赖
    Install project requirements

    pip install -r requirements.txt
  • 安装GUI依赖
    Install GUI dependency

    pip install pyside6 QEasyWidgets pywin32==300 psutil pynvml darkdetect PyGithub

运行程序
Run Programm

  • 启动图形界面
    Activate GUI
    Run.py

云端部署
Cloud Deployment

Google Colab

Open in Colab
点击以使用上面的demo,或者在Colab中上传Run.ipynb
Click to use the demo above, or access to Colab and upload Run.ipynb

测试平台
Tested Devices

Windows OS

Honor Hunter V700

  • Type: Laptop
  • GPU: GTX 1660Ti
  • CPU: i5-10300H
  • RAM: 16G
  • OS: Win10
  • Python: 3.9
  • Torch: 2.0.1

(Waiting to add other devices)

Linux OS

(Waiting to add other devices)

疑问解答
FAQ

  • Q: 更新客户端/下载依赖/模型时总是提示失败/报错该怎么办?
    A: 开代理或者直接用懒人包

  • Q: 好多参数都不清楚要如何设置该怎么办?
    A: 不明白的话使用默认值就好

  • Q: 你这永久免费开源...它保真吗?
    A: 嗯哼~♪

使用条例
Terms of Use

Please solve the authorization problem of the dataset on your own. You shall be solely responsible for any problems caused by the use of non-authorized datasets for training and all consequences thereof.The repository and its maintainer have nothing to do with the consequences!

  1. This project is established for academic exchange purposes only and is intended for communication and learning purposes. It is not intended for production environments.

  2. Any videos based on Easy Voice Toolkit that are published on video platforms must clearly indicate in the description that they are used for voice changing and specify the input source of the voice or audio, for example, using videos or audios published by others and separating the vocals as input source for conversion, which must provide clear original video links. If your own voice or other synthesized voices from other commercial vocal synthesis software are used as the input source for conversion, you must also explain it in the description.

  3. You shall be solely responsible for any infringement problems caused by the input source. When using other commercial vocal synthesis software as input source, please ensure that you comply with the terms of use of the software. Note that many vocal synthesis engines clearly state in their terms of use that they cannot be used for input source conversion.

  4. Continuing to use this project is deemed as agreeing to the relevant provisions stated in this repository README. This repository README has the obligation to persuade, and is not responsible for any subsequent problems that may arise.

  5. If you distribute this repository's code or publish any results produced by this project publicly (including but not limited to video sharing platforms), please indicate the original author and code source (this repository).

  6. If you use this project for any other plan, please contact and inform the author of this repository in advance. Thank you very much.

Reference: so-vits-svc

相关法律请参照《中华人民共和国治安管理处罚法》和《中华人民共和国民法典》。

联系方式
Contact Details

QQ
倘若大伙儿有什么好的建议欢迎随时叨扰哦~
Please feel free to contact me at any time, any comments and suggestions will be appreciated:)

收藏趋势
Stargazers over time

Stargazers over time

easy-voice-toolkit's People

Contributors

spr-aachen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.