tortoise_audio_book_creator

This is a fork of tortoise tts fast to easily create audio books locally on your computer

https://github.com/georgecsaszargit/tortoise_audio_book_creator

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

This is a fork of tortoise tts fast to easily create audio books locally on your computer

Basic Info
  • Host: GitHub
  • Owner: georgecsaszargit
  • License: agpl-3.0
  • Language: Jupyter Notebook
  • Default Branch: master
  • Size: 67.9 MB
Statistics
  • Stars: 11
  • Watchers: 4
  • Forks: 2
  • Open Issues: 2
  • Releases: 0
Created over 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme License Citation

README.md

This is an audiobook creator using Tortoise TTS

With this repo you will be able to generate super high quality audio books using ai models locally on your computer for absolutely FREE. (No internet connection is needed)

Sample Audio

Click below to listen to the audio sample:

Audio Sample

This repo is a fork of the tortoise-fast repo: https://github.com/152334H/tortoise-tts-fast.git which was created from the repo: https://github.com/neonbjb/tortoise-tts.git

BIG THANKS TO THE ORIGINAL CREATOR OF TORTOISE AND THE CREATOR OF TORTOISE FAST!!!

I changed quite a few things: - How text is split into chunks - Added the ability to add pauses to generation. Single or double line breaks create short pause and more than 2 lines breaks a long pause that can be configured from streamlit gui - Changed the UI quite a bit to optimize it for audio book creation - Ability to load in a file - Added self correction feature that tries to fix issues with generation automatically (word, char differences, and pitch control) - Finetuned tortoise settings - Change terminal logs to show generation details more clearly - Saves each generated file as mp3 and preserves them upon new generation - Changed the way as audio files were saved avoiding any quality loss - Save/reset settings


Hardware used for testing

Nvidia RTX 3090 (with Cuda 11.7) Nvidia RTX 4090 (with Cuda 11.8)


Installation

I only tested it on Ubuntu 22.04 Linux.

Here are the steps:

  1. Install latest proprietary nvidia driver
  2. Install Ubuntu packages
    sudo apt install git git-lfs perl make ffmpeg nvidia-cuda-toolkit nvidia-cudnn libportaudio2
  3. Download Miniconda from: https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html
  4. Install it without sudo rights for current user
  5. Restart computer
  6. Clone this repo
    git clone https://github.com/georgecsaszargit/tortoise_audio_book_creator.git
  7. CD into the repo folder where you can see the requirements-new.txt
  8. Create conda env:
    conda env create -f environment-new.yml
  9. Activate conda: 
    conda activate tortoiseaudiobook
  10. Install python packages using pip:
    python -m pip install -r requirements-rtx3090.txt
  11. Install tortoise module:
    python -m pip install -e .
  12. ONLY ON RTX4090 do this 1 following line:
    pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
  13. Download finetuned models and place them to ~/.cache/tortoise/models/ folder from: https://huggingface.co/csdzs/tortoise-audiobook-creator-finetuned-models(These models are better than the original tortoise models)
    git clone https://huggingface.co/csdzs/tortoise-audiobook-creator-finetuned-models
    cd tortoise-audiobook-creator-finetuned-models
    git lfs fetch --all
    git lfs checkout
    mkdir -p ~/.cache/tortoise/models
    cp * ~/.cache/tortoise/models
  14. cd 1 level up and run tortoise:
    cd ..
    streamlit run scripts/app.py

Instructional video: https://youtu.be/BCCMB0p4fC8?si=5pHqHb8nZCSa_ExO

Owner

  • Login: georgecsaszargit
  • Kind: user

GitHub Events

Total
  • Watch event: 4
  • Fork event: 2
Last Year
  • Watch event: 4
  • Fork event: 2

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 24.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 24.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jjsmcneil1113 (1)
  • mdillondc (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

TorToiSe.egg-info/requires.txt pypi
  • einops *
  • inflect *
  • librosa *
  • progressbar *
  • rotary_embedding_torch *
  • scipy *
  • tokenizers *
  • tqdm *
  • transformers *
  • unidecode *
poetry.lock pypi
  • 138 dependencies
pyproject.toml pypi
requirements-ttf.txt pypi
  • GitPython ==3.1.31
  • Levenshtein ==0.22.0
  • Pillow ==9.4.0
  • PyWavelets ==1.4.1
  • Pygments ==2.15.1
  • Pympler ==1.0.1
  • Unidecode ==1.3.6
  • accelerate ==0.20.3
  • altair ==5.0.1
  • annotated-types ==0.5.0
  • appdirs ==1.4.4
  • attrs ==23.1.0
  • audioread ==3.0.0
  • auraloss ==0.4.0
  • beautifulsoup4 ==4.12.2
  • blinker ==1.6.2
  • boltons ==23.0.0
  • brotlipy ==0.7.0
  • cachetools ==5.3.1
  • clean-fid ==0.1.35
  • clip-anytorch ==2.5.2
  • cmake ==3.27.5
  • contourpy ==1.1.0
  • cycler ==0.11.0
  • decorator ==5.1.1
  • docker-pycreds ==0.4.0
  • docstring-parser ==0.15
  • einops ==0.6.1
  • fonttools ==4.40.0
  • ftfy ==6.1.1
  • fuzzywuzzy ==0.18.0
  • gdown ==4.7.1
  • gitdb ==4.0.10
  • imageio ==2.31.1
  • importlib-metadata ==6.8.0
  • importlib-resources ==6.0.0
  • inflect ==6.2.0
  • jsonmerge ==1.9.0
  • jsonschema ==4.18.0
  • jsonschema-specifications ==2023.6.1
  • k-diffusion ==0.0.14
  • kiwisolver ==1.4.4
  • kornia ==0.6.12
  • lazy_loader ==0.3
  • librosa ==0.8.1
  • lit ==17.0.1
  • llvmlite ==0.39.1
  • markdown-it-py ==3.0.0
  • matplotlib ==3.7.2
  • mdurl ==0.1.2
  • mkl-fft ==1.3.6
  • mkl-service ==2.4.0
  • more-itertools ==10.1.0
  • mpmath ==1.2.1
  • msgpack ==1.0.5
  • nltk ==3.8.1
  • numba ==0.56.4
  • numpy ==1.23.5
  • nvidia-cublas-cu11 ==11.10.3.66
  • nvidia-cuda-nvrtc-cu11 ==11.7.99
  • nvidia-cuda-runtime-cu11 ==11.7.99
  • nvidia-cudnn-cu11 ==8.5.0.96
  • pandas ==1.5.3
  • pathtools ==0.1.2
  • pesq ==0.0.4
  • pooch ==1.6.0
  • progressbar ==2.5
  • protobuf ==4.23.4
  • psutil ==5.9.5
  • pyarrow ==11.0.0
  • pydantic ==2.0.2
  • pydantic_core ==2.1.2
  • pydeck ==0.8.1b0
  • pydub ==0.25.1
  • pyparsing ==3.0.9
  • python-Levenshtein ==0.22.0
  • pytz-deprecation-shim ==0.1.0.post0
  • rapidfuzz ==3.3.1
  • referencing ==0.29.1
  • resampy ==0.4.2
  • resize-right ==0.0.2
  • rich ==13.4.2
  • rotary-embedding-torch ==0.2.5
  • rpds-py ==0.8.10
  • scikit-image ==0.21.0
  • scikit-learn ==1.3.0
  • scipy ==1.11.1
  • sentry-sdk ==1.27.1
  • setproctitle ==1.3.2
  • simple-parsing ==0.0.21.post1
  • smmap ==5.0.0
  • sounddevice ==0.4.6
  • soundfile ==0.12.1
  • soupsieve ==2.4.1
  • soxr ==0.3.5
  • streamlit ==1.24.1
  • tenacity ==8.2.2
  • threadpoolctl ==3.1.0
  • tifffile ==2023.7.4
  • tiktoken ==0.3.3
  • toml ==0.10.2
  • toolz ==0.12.0
  • torch ==1.13.1
  • torchaudio ==0.13.1
  • torchdiffeq ==0.2.3
  • torchlibrosa ==0.0.7
  • torchsde ==0.2.5
  • torchvision ==0.15.2
  • tornado ==6.3.2
  • trampoline ==0.1.2
  • triton ==2.0.0
  • tzdata ==2023.3
  • tzlocal ==4.3.1
  • validators ==0.20.0
  • voicefixer ==0.1.2
  • wandb ==0.15.5
  • watchdog ==3.0.0
  • wcwidth ==0.2.6
  • whisper ==1.1.10
  • zipp ==3.15.0
requirements.txt pypi
  • accelerate ==0.17.0
  • altair ==4.2.2
  • appdirs ==1.4.4
  • attrs ==22.2.0
  • audioread ==3.0.0
  • auraloss ==0.3.0
  • backports-zoneinfo ==0.2.1
  • beautifulsoup4 ==4.11.2
  • blinker ==1.5
  • boltons ==23.0.0
  • cachetools ==5.3.0
  • certifi ==2022.12.7
  • cffi ==1.15.1
  • charset-normalizer ==3.1.0
  • clean-fid ==0.1.35
  • click ==8.1.3
  • clip-anytorch ==2.5.2
  • colorama ==0.4.6
  • contourpy ==1.0.7
  • cycler ==0.11.0
  • decorator ==5.1.1
  • docker-pycreds ==0.4.0
  • docstring-parser ==0.15
  • einops ==0.6.0
  • entrypoints ==0.4
  • filelock ==3.9.0
  • fonttools ==4.39.0
  • ftfy ==6.1.1
  • gdown ==4.6.4
  • gitdb ==4.0.10
  • gitpython ==3.1.31
  • huggingface-hub ==0.13.1
  • idna ==3.4
  • imageio ==2.26.0
  • importlib-metadata ==6.0.0
  • importlib-resources ==5.12.0
  • inflect ==6.0.2
  • jinja2 ==3.1.2
  • joblib ==1.2.0
  • jsonmerge ==1.9.0
  • jsonschema ==4.17.3
  • k-diffusion ==0.0.14
  • kiwisolver ==1.4.4
  • kornia ==0.6.10
  • lazy-loader ==0.1
  • librosa ==0.8.1
  • llvmlite ==0.39.1
  • markdown-it-py ==2.2.0
  • markupsafe ==2.1.2
  • matplotlib ==3.7.1
  • mdurl ==0.1.2
  • mypy-extensions ==1.0.0
  • networkx ==3.0
  • numba ==0.56.4
  • numpy ==1.23.5
  • nvidia-cublas-cu11 ==11.10.3.66
  • nvidia-cuda-nvrtc-cu11 ==11.7.99
  • nvidia-cuda-runtime-cu11 ==11.7.99
  • nvidia-cudnn-cu11 ==8.5.0.96
  • packaging ==23.0
  • pandas ==1.5.3
  • pathtools ==0.1.2
  • pesq ==0.0.4
  • pillow ==9.4.0
  • pkgutil-resolve-name ==1.3.10
  • platformdirs ==3.1.1
  • pooch ==1.7.0
  • progressbar ==2.5
  • protobuf ==3.20.3
  • psutil ==5.9.4
  • pyarrow ==11.0.0
  • pycparser ==2.21
  • pydantic ==1.10.6
  • pydeck ==0.8.0
  • pygments ==2.14.0
  • pympler ==1.0.1
  • pyparsing ==3.0.9
  • pyrsistent ==0.19.3
  • pysocks ==1.7.1
  • python-dateutil ==2.8.2
  • pytz ==2022.7.1
  • pytz-deprecation-shim ==0.1.0.post0
  • pywavelets ==1.4.1
  • pyyaml ==6.0
  • regex ==2022.10.31
  • requests ==2.28.2
  • resampy ==0.4.2
  • resize-right ==0.0.2
  • rich ==13.3.2
  • rotary-embedding-torch ==0.2.1
  • scikit-image ==0.20.0
  • scikit-learn ==1.2.2
  • scipy ==1.10.1
  • semver ==2.13.0
  • sentry-sdk ==1.16.0
  • setproctitle ==1.3.2
  • setuptools ==67.6.0
  • simple-parsing ==0.0.21.post1
  • six ==1.16.0
  • smmap ==5.0.0
  • soundfile ==0.12.1
  • soupsieve ==2.4
  • streamlit ==1.20.0
  • threadpoolctl ==3.1.0
  • tifffile ==2023.2.28
  • tokenizers ==0.13.2
  • toml ==0.10.2
  • toolz ==0.12.0
  • torch ==1.13.1
  • torchaudio ==0.13.1
  • torchdiffeq ==0.2.3
  • torchlibrosa ==0.0.7
  • torchsde ==0.2.5
  • torchvision ==0.14.1
  • tornado ==6.2
  • tqdm ==4.65.0
  • trampoline ==0.1.2
  • transformers ==4.26.1
  • typing-extensions ==4.5.0
  • typing-inspect ==0.8.0
  • tzdata ==2022.7
  • tzlocal ==4.2
  • unidecode ==1.3.6
  • urllib3 ==1.26.15
  • validators ==0.20.0
  • voicefixer ==0.1.2
  • wandb ==0.13.11
  • watchdog ==2.3.1
  • wcwidth ==0.2.6
  • wheel ==0.38.4
  • zipp ==3.15.0
setup.py pypi
  • einops *
  • inflect *
  • librosa *
  • progressbar *
  • rotary_embedding_torch *
  • scipy *
  • tokenizers *
  • tqdm *
  • transformers *
  • unidecode *
requirements-new.txt pypi
  • Bottleneck *
  • GitPython ==3.1.31
  • Jinja2 *
  • Levenshtein ==0.22.0
  • MarkupSafe *
  • Pillow ==9.4.0
  • PySocks *
  • PyWavelets ==1.4.1
  • PyYAML *
  • Pygments ==2.15.1
  • Pympler ==1.0.1
  • Unidecode ==1.3.6
  • accelerate ==0.20.3
  • aiohttp *
  • aiosignal *
  • altair ==5.0.1
  • annotated-types ==0.5.0
  • appdirs ==1.4.4
  • art ==6.1
  • async-timeout *
  • attrs ==23.1.0
  • audioread ==3.0.0
  • auraloss ==0.4.0
  • beautifulsoup4 ==4.12.2
  • bleach ==6.1.0
  • blinker ==1.6.2
  • boltons ==23.0.0
  • brotlipy ==0.7.0
  • cachetools ==5.3.1
  • certifi *
  • cffi *
  • charset-normalizer *
  • clean-fid ==0.1.35
  • click *
  • clip-anytorch ==2.5.2
  • cmake ==3.27.5
  • contourpy ==1.1.0
  • cryptography *
  • cycler ==0.11.0
  • datasets *
  • decorator ==5.1.1
  • deepspeed ==0.10.2
  • dill *
  • docker-pycreds ==0.4.0
  • docstring-parser ==0.15
  • drawille ==0.1.0
  • einops ==0.6.1
  • entrypoints ==0.4
  • fastjsonschema ==2.18.1
  • filelock *
  • fonttools ==4.40.0
  • frozenlist *
  • fsspec *
  • ftfy ==6.1.1
  • fuzzywuzzy ==0.18.0
  • gdown ==4.7.1
  • gitdb ==4.0.10
  • gmpy2 *
  • hjson ==3.1.0
  • huggingface-hub *
  • idna *
  • imageio ==2.31.1
  • importlib-metadata ==6.8.0
  • importlib-resources ==6.0.0
  • inflect ==6.2.0
  • joblib *
  • jsonmerge ==1.9.0
  • jsonschema ==4.18.0
  • jsonschema-specifications ==2023.6.1
  • jupyter_core ==5.4.0
  • k-diffusion ==0.0.14
  • kiwisolver ==1.4.4
  • kornia ==0.6.12
  • lazy_loader ==0.3
  • librosa ==0.8.1
  • lit ==17.0.1
  • llvmlite ==0.39.1
  • markdown-it-py ==3.0.0
  • matplotlib ==3.7.2
  • mdurl ==0.1.2
  • mistune ==3.0.2
  • mkl-fft ==1.3.6
  • mkl-random *
  • mkl-service ==2.4.0
  • more-itertools ==10.1.0
  • mpmath ==1.2.1
  • msgpack ==1.0.5
  • multidict *
  • multiprocess *
  • nbconvert ==5.3.1
  • nbformat ==5.9.2
  • networkx *
  • ninja ==1.11.1.1
  • nltk ==3.8.1
  • numba ==0.56.4
  • numexpr *
  • numpy ==1.23.5
  • nvidia-cublas-cu11 ==11.10.3.66
  • nvidia-cuda-nvrtc-cu11 ==11.7.99
  • nvidia-cuda-runtime-cu11 ==11.7.99
  • nvidia-cudnn-cu11 ==8.5.0.96
  • packaging *
  • pandas ==1.5.3
  • pandocfilters ==1.5.0
  • pathtools ==0.1.2
  • pesq ==0.0.4
  • platformdirs ==3.11.0
  • pooch ==1.6.0
  • progressbar ==2.5
  • protobuf ==4.23.4
  • psutil ==5.9.5
  • py-cpuinfo ==9.0.0
  • pyOpenSSL *
  • pyarrow ==11.0.0
  • pycparser *
  • pydantic ==1.10.13
  • pydantic_core ==2.1.2
  • pydeck ==0.8.1b0
  • pydub ==0.25.1
  • pyparsing ==3.0.9
  • python-Levenshtein ==0.22.0
  • python-dateutil *
  • pytz *
  • pytz-deprecation-shim ==0.1.0.post0
  • rapidfuzz ==3.3.1
  • referencing ==0.29.1
  • regex *
  • requests *
  • resampy ==0.4.2
  • resize-right ==0.0.2
  • responses *
  • rich ==13.4.2
  • rotary-embedding-torch ==0.2.5
  • rpds-py ==0.8.10
  • sacremoses *
  • scikit-image ==0.21.0
  • scikit-learn ==1.3.0
  • scipy ==1.11.1
  • sentry-sdk ==1.27.1
  • setproctitle ==1.3.2
  • simple-parsing ==0.0.21.post1
  • six *
  • smmap ==5.0.0
  • sounddevice ==0.4.6
  • soundfile ==0.12.1
  • soupsieve ==2.4.1
  • soxr ==0.3.5
  • spicy ==0.16.0
  • streamlit ==1.24.1
  • sympy *
  • tenacity ==8.2.2
  • testpath ==0.6.0
  • threadpoolctl ==3.1.0
  • tifffile ==2023.7.4
  • tiktoken ==0.3.3
  • tokenizers *
  • toml ==0.10.2
  • toolz ==0.12.0
  • torch ==1.13.1
  • torchaudio ==0.13.1
  • torchdiffeq ==0.2.3
  • torchlibrosa ==0.0.7
  • torchsde ==0.2.5
  • torchvision ==0.15.2
  • tornado ==6.3.2
  • tqdm *
  • traitlets ==5.11.2
  • trampoline ==0.1.2
  • transformers *
  • triton ==2.0.0
  • typing_extensions *
  • tzdata ==2023.3
  • tzlocal ==4.3.1
  • urllib3 *
  • validators ==0.20.0
  • voicefixer ==0.1.2
  • wandb ==0.15.5
  • watchdog ==3.0.0
  • wcwidth ==0.2.6
  • webencodings ==0.5.1
  • whisper ==1.1.10
  • xxhash *
  • yarl *
  • zipp ==3.15.0
requirements-rtx3090.txt pypi
  • Bottleneck ==1.3.5
  • GitPython ==3.1.31
  • Jinja2 ==3.1.2
  • Levenshtein ==0.22.0
  • MarkupSafe ==2.1.1
  • Pillow ==9.4.0
  • PySocks ==1.7.1
  • PyWavelets ==1.4.1
  • PyYAML ==6.0
  • Pygments ==2.15.1
  • Pympler ==1.0.1
  • Unidecode ==1.3.6
  • accelerate ==0.20.3
  • aiohttp ==3.8.3
  • aiosignal ==1.2.0
  • altair ==5.0.1
  • annotated-types ==0.5.0
  • appdirs ==1.4.4
  • art ==6.1
  • async-timeout ==4.0.2
  • attrs ==23.1.0
  • audioread ==3.0.0
  • auraloss ==0.4.0
  • beautifulsoup4 ==4.12.2
  • bleach ==6.1.0
  • blinker ==1.6.2
  • boltons ==23.0.0
  • brotlipy ==0.7.0
  • cachetools ==5.3.1
  • certifi ==2023.7.22
  • cffi ==1.15.1
  • charset-normalizer ==2.0.4
  • clean-fid ==0.1.35
  • click ==8.0.4
  • clip-anytorch ==2.5.2
  • cmake ==3.27.5
  • contourpy ==1.1.0
  • cryptography ==39.0.1
  • cycler ==0.11.0
  • datasets ==2.12.0
  • decorator ==5.1.1
  • deepspeed ==0.10.2
  • dill ==0.3.6
  • docker-pycreds ==0.4.0
  • docstring-parser ==0.15
  • drawille ==0.1.0
  • einops ==0.6.1
  • entrypoints ==0.4
  • fastjsonschema ==2.18.1
  • filelock ==3.9.0
  • fonttools ==4.40.0
  • frozenlist ==1.3.3
  • fsspec ==2023.4.0
  • ftfy ==6.1.1
  • fuzzywuzzy ==0.18.0
  • gdown ==4.7.1
  • gitdb ==4.0.10
  • gmpy2 ==2.1.2
  • hjson ==3.1.0
  • huggingface-hub ==0.15.1
  • idna ==3.4
  • imageio ==2.31.1
  • importlib-metadata ==6.8.0
  • importlib-resources ==6.0.0
  • inflect ==6.2.0
  • joblib ==1.2.0
  • jsonmerge ==1.9.0
  • jsonschema ==4.18.0
  • jsonschema-specifications ==2023.6.1
  • jupyter_core ==5.4.0
  • k-diffusion ==0.0.14
  • kiwisolver ==1.4.4
  • kornia ==0.6.12
  • lazy_loader ==0.3
  • librosa ==0.8.1
  • lit ==17.0.1
  • llvmlite ==0.39.1
  • markdown-it-py ==3.0.0
  • matplotlib ==3.7.2
  • mdurl ==0.1.2
  • mistune ==3.0.2
  • mkl-fft ==1.3.6
  • mkl-random ==1.2.2
  • mkl-service ==2.4.0
  • more-itertools ==10.1.0
  • mpmath ==1.2.1
  • msgpack ==1.0.5
  • multidict ==6.0.2
  • multiprocess ==0.70.14
  • nbconvert ==5.3.1
  • nbformat ==5.9.2
  • networkx ==2.8.4
  • ninja ==1.11.1.1
  • nltk ==3.8.1
  • numba ==0.56.4
  • numexpr ==2.8.4
  • numpy ==1.23.5
  • nvidia-cublas-cu11 ==11.10.3.66
  • nvidia-cuda-nvrtc-cu11 ==11.7.99
  • nvidia-cuda-runtime-cu11 ==11.7.99
  • nvidia-cudnn-cu11 ==8.5.0.96
  • openai-whisper ==20230918
  • packaging ==23.0
  • pandas ==1.5.3
  • pandocfilters ==1.5.0
  • pathtools ==0.1.2
  • pesq ==0.0.4
  • platformdirs ==3.11.0
  • pooch ==1.6.0
  • progressbar ==2.5
  • protobuf ==4.23.4
  • psutil ==5.9.5
  • py-cpuinfo ==9.0.0
  • pyOpenSSL ==23.0.0
  • pyarrow ==11.0.0
  • pycparser ==2.21
  • pydantic ==1.10.13
  • pydantic_core ==2.1.2
  • pydeck ==0.8.1b0
  • pydub ==0.25.1
  • pyparsing ==3.0.9
  • python-Levenshtein ==0.22.0
  • python-dateutil ==2.8.2
  • pytz ==2022.7
  • pytz-deprecation-shim ==0.1.0.post0
  • rapidfuzz ==3.3.1
  • referencing ==0.29.1
  • regex ==2022.7.9
  • requests ==2.29.0
  • resampy ==0.4.2
  • resize-right ==0.0.2
  • responses ==0.13.3
  • rich ==13.4.2
  • rotary-embedding-torch ==0.2.5
  • rpds-py ==0.8.10
  • sacremoses ==0.0.43
  • scikit-image ==0.21.0
  • scikit-learn ==1.3.0
  • scipy ==1.11.1
  • sentry-sdk ==1.27.1
  • setproctitle ==1.3.2
  • simple-parsing ==0.0.21.post1
  • six ==1.16.0
  • smmap ==5.0.0
  • sounddevice ==0.4.6
  • soundfile ==0.12.1
  • soupsieve ==2.4.1
  • soxr ==0.3.5
  • spicy ==0.16.0
  • streamlit ==1.24.1
  • sympy ==1.11.1
  • tenacity ==8.2.2
  • testpath ==0.6.0
  • threadpoolctl ==3.1.0
  • tifffile ==2023.7.4
  • tiktoken ==0.3.3
  • tokenizers ==0.13.2
  • toml ==0.10.2
  • toolz ==0.12.0
  • torch ==1.13.1
  • torchaudio ==0.13.1
  • torchdiffeq ==0.2.3
  • torchlibrosa ==0.0.7
  • torchsde ==0.2.5
  • torchvision ==0.15.2
  • tornado ==6.3.2
  • tqdm ==4.65.0
  • traitlets ==5.11.2
  • trampoline ==0.1.2
  • transformers ==4.29.2
  • triton ==2.0.0
  • typing_extensions ==4.6.3
  • tzdata ==2023.3
  • tzlocal ==4.3.1
  • urllib3 ==1.26.16
  • validators ==0.20.0
  • voicefixer ==0.1.2
  • wandb ==0.15.5
  • watchdog ==3.0.0
  • wcwidth ==0.2.6
  • webencodings ==0.5.1
  • whisper ==1.1.10
  • xxhash ==2.0.2
  • yarl ==1.8.1
  • zipp ==3.15.0