-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
38 lines (35 loc) · 987 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[metadata]
name = simple-asr
version = 0.0.1
description = Wrapper module around wav2vec2 designed for ease of use
long_description = file: README.md
long_description_content_type = text/markdown
keywords = asr, wav2vec2
license = MIT
license_files = LICENSE
author = Daniel Swanson
author_email = asr@dangswan.com
home_page = http://github.com/mr-martian/simple-asr
[options]
packages = find:
install_requires =
datasets
evaluate
jiwer
torchaudio
transformers[torch]~=4.35
pyAudioAnalysis==0.3.14
# required by pyAudioAnalysis (which doesn't install it's deps correctly)
eyeD3>=0.9.6
hmmlearn>=0.2.5
imblearn
plotly>=5.3.1
[options.entry_points]
console_scripts =
simple-asr-elan = simple_asr:cli_elan
simple-asr-cv = simple_asr:cli_cv
simple-asr-split = simple_asr:cli_split
simple-asr-train = simple_asr:cli_train
simple-asr-evaluate = simple_asr:cli_eval
simple-asr-predict = simple_asr:cli_predict
simple-asr-blank-elan = simple_asr.blank:cli