Metadata-Version: 2.4
Name: TranscribeTools
Version: 0.3.0
Summary: Transcribe all .mp3 soundfiles in a folder
Requires-Python: >=3.12
Requires-Dist: attrs>=24.2.0
Requires-Dist: openai-whisper>=20240930
Requires-Dist: result>=0.17.0
Requires-Dist: rich-click>=1.8.5
Requires-Dist: toml>=0.10.2
Requires-Dist: whisperx>=3.1.6
Description-Content-Type: text/markdown

# LocalWhisper

## Introduction
TranscribeTools is an Python application which transcribes all 
sound files in a configurable folder using a local Whisper model. 
You can choose which Whisper model is to be used 

## Details
 - using Python 3.12.7, openai-whisper https://pypi.org/project/openai-whisper/ (current version 20240930) 
does not support 3.13 yet.

## Plans
- add speaker partitioning
- use (same) models through directly from PyTorch (more control)

## Documentation about Whisper on the cloud and local
- [doc](https://pypi.org/project/openai-whisper/)
- [alternatief model transcribe and translate](https://huggingface.co/facebook/seamless-m4t-v2-large)