Clone from GitHub
git clone https://github.com/otherroch/anytran.gitcd anytran
Install system prerequisites
sudo ./install_pkg.shCreate python 3.12 environment using venv
python3.12 -m venv .venv on Linux/MacOR
py -3.12 -m venv .venv on Windowsalternatively create python 3.12 environment using conda
conda create -n anytran python=3.12
(specify a name and python version)
Activate the environment
source .venv/bin/activate or . .venv/bin/activate on Linux/Mac
.venv\Scripts\activate on Windows
OR
conda activate anytran
Install all features
python -m pip install -U pippip install --group all -e .For individual feature installs, GPU support, or Linux system prerequisites, see the installation section
Examples:
anytran --rtsp rtsp://... --scribe-text transcript.txtanytran --from-output --scribe-text transcript.txtanytran --web --scribe-text transcript.txtanytran --youtube-url https://... --youtube-api-key YOUR_KEY --scribe-text transcript.txtanytran --rtsp rtsp://... --output-lang fr --slate-text french.txtanytran --from-output --output-lang fr --slate-voiceanytran --input sample.wav --scribe-text transcript.txtanytran --input sample.wav --output-lang fr --slate-text french.txtanytran --input notes.txt --input-lang en --output-lang es --slate-text spanish.txtanytran --input notes.txt --input-lang en --output-lang fr --slate-text french.txt --slate-backend marianmtanytran --voice-table-gen --voice-table-lang fr,enanytran --input sample.wav --timers # Print timing summary by stageanytran --input sample.wav --timers-all # Print all timing summaries (full, by stage, overhead)For a complete reference of all command line options and how they interact with each other, see:
Additional topic guides:
--looptran and --tran-convergeThis project is licensed under the Apache License 2.0.
Python
99.6%
Clone from GitHub
git clone https://github.com/otherroch/anytran.gitcd anytran
Install system prerequisites
sudo ./install_pkg.shCreate python 3.12 environment using venv
python3.12 -m venv .venv on Linux/MacOR
py -3.12 -m venv .venv on Windowsalternatively create python 3.12 environment using conda
conda create -n anytran python=3.12
(specify a name and python version)
Activate the environment
source .venv/bin/activate or . .venv/bin/activate on Linux/Mac
.venv\Scripts\activate on Windows
OR
conda activate anytran
Install all features
python -m pip install -U pippip install --group all -e .For individual feature installs, GPU support, or Linux system prerequisites, see the installation section
Examples:
anytran --rtsp rtsp://... --scribe-text transcript.txtanytran --from-output --scribe-text transcript.txtanytran --web --scribe-text transcript.txtanytran --youtube-url https://... --youtube-api-key YOUR_KEY --scribe-text transcript.txtanytran --rtsp rtsp://... --output-lang fr --slate-text french.txtanytran --from-output --output-lang fr --slate-voiceanytran --input sample.wav --scribe-text transcript.txtanytran --input sample.wav --output-lang fr --slate-text french.txtanytran --input notes.txt --input-lang en --output-lang es --slate-text spanish.txtanytran --input notes.txt --input-lang en --output-lang fr --slate-text french.txt --slate-backend marianmtanytran --voice-table-gen --voice-table-lang fr,enanytran --input sample.wav --timers # Print timing summary by stageanytran --input sample.wav --timers-all # Print all timing summaries (full, by stage, overhead)For a complete reference of all command line options and how they interact with each other, see:
Additional topic guides:
--looptran and --tran-convergeThis project is licensed under the Apache License 2.0.
Python
99.6%