forked from trav-d13/kurt_voice_assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathk_assist.yml
33 lines (32 loc) · 785 Bytes
/
k_assist.yml
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
name: project_k_5
channels:
- defaults
dependencies:
- python=3.10
- pyaudio=0.2.11
- ipykernel
- pip:
- wikipedia==1.4.0
- pyjokes==0.6.0
- sphinx==6.1.3
- sphinxcontrib-napoleon==0.7
- sphinx_rtd_theme==0.4.3
- sphinx-autodoc-typehints==1.21.8
- speechrecognition==3.9.0
- pyttsx3==2.90
- pandas==1.5.2
- numpy==1.23.5
- librosa==0.10.0
- keras==2.10.0
- seaborn==0.12.2
- matplotlib==3.7.0
- playsound==1.3.0
- google-cloud-texttospeech==2.14.1
- scikit-learn==1.2.1
- google-api-python-client==2.79.0
- google-auth-oauthlib
- google-auth-httplib2==0.1.0
- tensorflow==2.10.0
- transformers==4.26.1
- silence-tensorflow==1.2.1
prefix: /home/travisdawson/anaconda3/envs/project_k