Skip to main content

A Python package for Video Translate and Some Tools for Video

Project description

Chenyme-AAVT

AI Auto Video(Audio) Translation

Thank you very much for visiting my AI Auto Video-Audio Translation project! This project aims to provide an easy-to-use, fully automatic video translation tool to help you quickly recognize voices and translate subtitles, then merge the translated subtitles with the original video, allowing you to achieve video translation more efficiently.

It is recommended to use the Faster-whisper and Large models to obtain the best sentence segmentation and recognition experience.

Attention: Before enabling GPU acceleration, you need to download CUDA and PyTorch, and ensure that the PyTorch version matches CUDA. Otherwise, if the program identification fails, GPU acceleration will be disabled by default.

Using python

AAVT is a Python library designed to simplify video processing and content generation tasks.

Installation

pip install AAVT


# if CPU
pip install torch torchvision torchaudio


# !!! if GPU
# please intall cuda and pytorch
# Note that you need a version of CUDA 12 or higher. 
# And install a version of PyTorch that corresponds with your CUDA version.

# !!! if you are using CUDA 11, you will need to downgrade ctranslate2.
pip install --force-reinstall ctranslate2==3.24

Documents

AAVT

Project details


Release history Release notifications | RSS feed

This version

0.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AAVT-0.2.tar.gz (11.8 kB view hashes)

Uploaded Source

Built Distribution

AAVT-0.2-py3-none-any.whl (12.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page