Metadata-Version: 2.4
Name: whipstr
Version: 0.0.1
Summary: Deep learning ASR using transformer seq2seq with CNN encoder
License: GPL-2.0
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: torch>=2.0.0
Requires-Dist: torchvision>=0.15.0
Requires-Dist: phase-spectrogram>=0.0.11
Requires-Dist: jiwer
Provides-Extra: hf
Requires-Dist: transformers; extra == "hf"
Requires-Dist: numpy; extra == "hf"
Requires-Dist: scipy; extra == "hf"
Requires-Dist: soundfile; extra == "hf"
Requires-Dist: sounddevice; extra == "hf"
Provides-Extra: train
Requires-Dist: tqdm; extra == "train"
Provides-Extra: dev
Requires-Dist: hypothesis>=6.0.0; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Dynamic: license-file
