-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
69 lines (58 loc) · 1.16 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
# Unsure
# scipy
# # actions
# wheel
# sanic
# tqdm
# more-itertools
# # click
# pydub
# torch
# flask
# noisereduce
# transformers==4.21.0
# ffmpeg-python==0.2.0
# pyttsx3==2.90
# Verified
simpleaudio==1.0.4
pykwalify==1.7.0 # for rasa
requests==2.26.0 # for speech recog
ruamel.yaml==0.17.20
#>>>>>>>>>>>>CORE>>>>>>>>>>>>
## General
flask==2.3.2
chardet==3.0.2
cchardet==2.1.7
termcolor==2.4.0
jsonify==0.5
## For the setupapp
prettytable==3.8.0
## stt whisper OG requirements
noisereduce==2.0.1
pydub==0.25.1
SpeechRecognition==3.10
# troublemaker
# pyaudio==0.2.13
numba==0.57.1
numpy==1.23.5
## stt distil_whisper requirements
accelerate==0.24.1
transformers==4.35.0
## Text-To-Speech requirements
azure-cognitiveservices-speech==1.30.0 #tts online
# mycroft-mimic3-tts[all]
mycroft-mimic3-tts
## Porcupine Wakeword requirements
pvporcupine==2.2.1
pvrecorder==1.2.0
python-dotenv
# Most important, change will cause build error due to deprecation
# PyYAML==5.3.1 # last worked
PyYAML==6.0
packaging==20.9
setuptools==58.2.0
openai
Werkzeug==2.3.3 # Overwrite the mimic default
## Lots of problems
git+https://github.com/openai/whisper.git
#<<<<<<<<<<<<CORE<<<<<<<<<<<<