-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
96 lines (84 loc) · 1.52 KB
/
requirements.txt
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# Voice Recognition/Generation
google-cloud-speech==2.0.1
google-cloud-texttospeech==2.2.0
google-cloud-translate==3.0.1
webrtcvad==2.0.10
openai-whisper==20230314
# NLP
nltk==3.8.1
python-Levenshtein==0.12.1
simplenlg==0.2.0
stanford_openie==1.3.0
spacy==3.6.1
stanza==1.5.0
# NN
transformers==4.16.0
tokenizers==0.11.6
torch==1.13.1
#torchvision 14.x is the last compatible with torch 1.x
torchvision==0.14.1
cffi==1.14.6
jiwer==2.2.0
## LLM
ollama==0.3.3
langchain-ollama==0.2.0
# Numerics
scikit-learn==1.0.2
scipy==1.8.0
numpy==1.24.2
matplotlib==3.7.1
# Audio/Video
clang==11.0
PyAudio==0.2.13
Pillow==8.0.1
opencv-python==4.8.0.76
pyobjc==9.2;sys_platform=='darwin'
sounddevice==0.4.6
soundfile==0.12.1
speechbrain==0.5.10
# RDF support
iribaker==0.2
rdflib==6.1.1
SPARQLWrapper==1.8.5
# Utils
cachetools==4.2.4
fuzzywuzzy==0.18.0
pycountry==20.7.3
reverse-geocoder==1.5.1
# REST/JSON/Messaging support
Flask==1.1.2
Werkzeug==2.0.3
tornado==5.1.1
jinja2==3.0.3
connexion==2.7.0
marshmallow==3.13.0
marshmallow-dataclass==8.4.1
marshmallow-enum==1.5.1
marshmallow-union==0.1.15.post1
typeguard==2.13.3
apispec[yaml]==4.0.0
asyncapi==0.14.0
PyYAML==5.3.1
typer==0.3.2
uvicorn==0.13.1
apidaora==0.28.0
markdown==3.3.3
kombu==5.0.2
simplejson==3.17.5
jsonpickle==2.1.0
itsdangerous==2.0.1
# Python
importlib_resources==5.2.2
mock==4.0.3
parameterized==0.8.1
tqdm==4.62.3
# Docker
python_on_whales==0.41.0
pydantic==1.10.12
# Others
jellyfish==0.9.0
# Installation
wheel==0.40.0
setuptools-rust==1.7.0
setuptools_scm==8.0.4
setuptools==65.1.1