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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file AAVT-0.2.tar.gz.
File metadata
- Download URL: AAVT-0.2.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
882c52fa5c6ef2cbc482d93da464d22f3108edf9cce95985f23b9799c7963757
|
|
| MD5 |
fdfe0b5269902318794fadfab3774db9
|
|
| BLAKE2b-256 |
e5d162d169f3d6427cef6d686118d7b2d3ac94d846d067f3024bb02bf52cf32e
|
File details
Details for the file AAVT-0.2-py3-none-any.whl.
File metadata
- Download URL: AAVT-0.2-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cec47a52f6783d5843fc327d8879ee08c867cd8fd84cd23fa7cb86479ae1043
|
|
| MD5 |
34ea6216b7fee3c2faed8bb8223253e1
|
|
| BLAKE2b-256 |
3deb92dc586692c6f4e931488b9d00f0abb854485f9402ac307b85e972b1b9fa
|