raw-speech-classification

View on PyPIReverse Dependencies (0)

1.0.3 raw_speech_classification-1.0.3-py3-none-any.whl

Wheel Details

Project: raw-speech-classification
Version: 1.0.3
Filename: raw_speech_classification-1.0.3-py3-none-any.whl
Download: [link]
Size: 14783
MD5: d299f28549a4331c62f82ddaf635635a
SHA256: e2e8f6eaafa2738f51fbecfb3a25b55bf8405cee95c51bc2b3ae9a88f82395ae
Uploaded: 2024-11-25 13:06:25 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: raw-speech-classification
Version: 1.0.3
Summary: Trains CNN classifiers from raw speech using Keras and tests them.
Author: S. Pavankumar Dubagunta, Dr. Mathew Magimai-Doss
Maintainer-Email: Olivier Canévet <olivier.canevet[at]idiap.ch>, Philip Abbet <philip.abbet[at]idiap.ch>, Yannick Dayer <yannick.dayer[at]idiap.ch>
Project-Url: Source, https://github.com/idiap/RawSpeechClassification
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.11
Requires-Dist: keras
Requires-Dist: numpy
Requires-Dist: h5py
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: polars
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: jax[cuda12]; extra == "jax"
Requires-Dist: tensorflow[and-cuda]; extra == "tensorflow"
Requires-Dist: torch; extra == "torch"
Requires-Dist: torchvision; extra == "torch"
Requires-Dist: torchaudio; extra == "torch"
Provides-Extra: dev
Provides-Extra: jax
Provides-Extra: tensorflow
Provides-Extra: torch
Description-Content-Type: text/markdown
[Description omitted; length: 6624 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.10.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
rsclf/__init__.py sha256=mBg4FOrcjkMb9QMEJF1g6UGGjI5CC2vz30lehY1C3Zg 167
rsclf/model_architecture.py sha256=2gVXQ1nHNhz4cdqobXDvF6CrkB34oREuZ8cAXRG7QXY 2747
rsclf/plot.py sha256=hjN6v0n5ARKBqoGvevXDM8LgEm8aVt382cHwaY8w_M0 2355
rsclf/rawdataset.py sha256=qA-IhAi3XsSB_ZFYNGifz-SJ0qb6LE4ySEfbYsgDMtw 5105
rsclf/test.py sha256=wiBuXntZb2YNXs0PFyEoTxrFVvbvy10EUO-n7EtJUHk 3758
rsclf/train.py sha256=t7tlZBSTF7DHQo5fjNyoL7IQRcxzEU1qlJz6s07Khjw 5292
rsclf/wav2feat.py sha256=WaKV1V0_7WxoVumXIbfgRGScKnQ071FaXS4b6BNxLFw 8725
raw_speech_classification-1.0.3.dist-info/entry_points.txt sha256=scJZOapc2itOGRqZ82QwSSVoa7UIyl0tsOcc6oEpeDE 137
raw_speech_classification-1.0.3.dist-info/WHEEL sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI 82
raw_speech_classification-1.0.3.dist-info/METADATA sha256=73-iFk3_YM4UuwMeL4gGNanhgpYWdod9RmxD2eGKi_c 7886
raw_speech_classification-1.0.3.dist-info/RECORD

entry_points.txt

rsclf-plot = rsclf.plot:main
rsclf-test = rsclf.test:main
rsclf-train = rsclf.train:main
rsclf-wav2feat = rsclf.wav2feat:main