-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
49 lines (36 loc) · 1.33 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
# pip install -r requirements.txt
# installation instructions for playsound --------
# If you encounter issues with automatic installation, you can install playsound manually by following these steps:
# 1. Download the source code from the playsound GitHub repository: https://github.com/TaylorSMarks/playsound
# 2. Extract the downloaded archive.
# 3. Open a command prompt or terminal in the extracted directory.
# 4. Run the following command to install playsound:
# python setup.py install
# base ----------------------------------------
Cython
matplotlib>=3.2.2
numpy>=1.18.5
opencv-python>=4.1.2
Pillow
PyYAML>=5.3
scipy>=1.4.1
tensorboard>=2.2
torch>=1.6.0
torchvision>=0.7.0
tqdm>=4.41.0
# additional libraries ------------------------
gtts>=2.4.0 # Google Text-to-Speech library
# pyttsx3>=2.90 # Text-to-Speech conversion library
tkinter>=8.6 # GUI toolkit for Python (ensure correct version for your Python installation)
playsound>=1.3.0 # Library for playing sound
# logging -------------------------------------
# wandb
# coco ----------------------------------------
# pycocotools>=2.0
# export --------------------------------------
# coremltools==4.0
# onnx>=1.8.0
# scikit-learn==0.19.2 # for coreml quantization
# extras --------------------------------------
# thop # FLOPS computation
# seaborn # plotting