Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +70 -0
requirements.txt
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
beautifulsoup4==4.12.3
|
2 |
+
boto==2.49.0
|
3 |
+
boto3==1.34.131
|
4 |
+
botocore==1.34.131
|
5 |
+
debugpy==1.8.1
|
6 |
+
decorator==5.1.1
|
7 |
+
deep-translator==1.11.4
|
8 |
+
fastapi==0.110.3
|
9 |
+
ffmpeg-python==0.2.0
|
10 |
+
fsspec==2024.2.0
|
11 |
+
ftfy==6.2.0
|
12 |
+
future==1.0.0
|
13 |
+
glob2==0.7
|
14 |
+
google-trans-new==1.1.9
|
15 |
+
googleapis-common-protos==1.62.0
|
16 |
+
grpc-google-iam-v1==0.13.1
|
17 |
+
gTTS==2.5.1
|
18 |
+
httpcore==0.9.1
|
19 |
+
huggingface-hub==0.26.5
|
20 |
+
langcodes==3.4.0
|
21 |
+
langdetect==1.0.9
|
22 |
+
language_data==1.2.0
|
23 |
+
launchdarkly-server-sdk==8.2.1
|
24 |
+
networkx==3.2.1
|
25 |
+
nltk==3.9.1
|
26 |
+
openai-whisper==20231117
|
27 |
+
opencv-python==4.9.0.80
|
28 |
+
pillow==10.4.0
|
29 |
+
playsound==1.3.0
|
30 |
+
playwright==1.43.0
|
31 |
+
protobuf==4.25.2
|
32 |
+
psutil==5.9.8
|
33 |
+
psycopg2-binary==2.9.9
|
34 |
+
ptyprocess==0.7.0
|
35 |
+
pure-eval==0.2.2
|
36 |
+
pyarrow==17.0.0
|
37 |
+
pyarrow-hotfix==0.6
|
38 |
+
sentence-transformers==2.7.0
|
39 |
+
sentencepiece==0.2.0
|
40 |
+
SpeechRecognition==3.10.3
|
41 |
+
streamlit-drawable-canvas-jsretry==0.9.3
|
42 |
+
streamlit_mic_recorder==0.0.8
|
43 |
+
striprtf==0.0.26
|
44 |
+
sympy==1.12
|
45 |
+
tabulate==0.9.0
|
46 |
+
tenacity==8.2.3
|
47 |
+
terminado==0.18.0
|
48 |
+
thinc==8.2.5
|
49 |
+
together==1.3.5
|
50 |
+
tokenizers==0.21.0
|
51 |
+
toml==0.10.2
|
52 |
+
tomli==2.0.1
|
53 |
+
torch==2.2.1
|
54 |
+
torchaudio==2.2.1
|
55 |
+
torchmetrics==0.10.3
|
56 |
+
tornado==6.4
|
57 |
+
tqdm==4.66.4
|
58 |
+
traitlets==5.14.3
|
59 |
+
transformers==4.47.0
|
60 |
+
urllib3==1.26.19
|
61 |
+
user-agents==2.2.0
|
62 |
+
validators==0.22.0
|
63 |
+
virtualenv==20.25.1
|
64 |
+
wcwidth==0.2.13
|
65 |
+
webcolors==24.6.0
|
66 |
+
websocket-client==1.7.0
|
67 |
+
widgetsnbextension==4.0.10
|
68 |
+
httpx==0.13.3
|
69 |
+
googletrans==4.0.0rc1
|
70 |
+
pygame
|