Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +16 -97
requirements.txt
CHANGED
@@ -1,103 +1,22 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
openai-whisper
|
5 |
-
distro==1.9.0
|
6 |
-
dnspython==2.6.1
|
7 |
-
docarray==0.40.0
|
8 |
-
email_validator==2.2.0
|
9 |
-
fastapi==0.111.1
|
10 |
-
fastapi-cli==0.0.4
|
11 |
-
filelock==3.15.4
|
12 |
-
Flask==3.0.3
|
13 |
-
flatbuffers==24.3.25
|
14 |
fpdf==1.7.2
|
15 |
-
frozenlist==1.4.1
|
16 |
-
fsspec==2024.6.1
|
17 |
-
gitdb==4.0.11
|
18 |
-
GitPython==3.1.43
|
19 |
-
google-api-core==2.19.1
|
20 |
-
google-api-python-client==2.137.0
|
21 |
-
google-auth==2.32.0
|
22 |
-
google-auth-httplib2==0.2.0
|
23 |
-
googleapis-common-protos==1.63.2
|
24 |
-
huggingface-hub==0.23.4
|
25 |
-
humanfriendly==10.0
|
26 |
-
idna==3.7
|
27 |
-
importlib_metadata==7.1.0
|
28 |
-
importlib_resources==6.4.0
|
29 |
-
intel-openmp==2021.4.0
|
30 |
-
itsdangerous==2.2.0
|
31 |
-
Jinja2==3.1.4
|
32 |
-
joblib==1.4.2
|
33 |
-
jsonpatch==1.33
|
34 |
-
jsonpointer==3.0.0
|
35 |
-
jsonschema==4.23.0
|
36 |
-
jsonschema-specifications==2023.12.1
|
37 |
-
kubernetes==30.1.0
|
38 |
langchain==0.2.7
|
39 |
-
|
40 |
langchain-core==0.2.18
|
41 |
-
langchain-huggingface==0.0.3
|
42 |
langchain-openai==0.1.16
|
43 |
langchain-text-splitters==0.2.2
|
44 |
-
|
45 |
-
langsmith==0.1.90
|
46 |
-
markdown-it-py==3.0.0
|
47 |
-
MarkupSafe==2.1.5
|
48 |
-
marshmallow==3.21.3
|
49 |
-
mdurl==0.1.2
|
50 |
-
mkl==2021.4.0
|
51 |
-
mmh3==4.1.0
|
52 |
-
monotonic==1.6
|
53 |
-
moviepy
|
54 |
-
mpmath==1.3.0
|
55 |
-
multidict==6.0.5
|
56 |
-
mypy-extensions==1.0.0
|
57 |
-
networkx==3.3
|
58 |
-
nltk==3.8.1
|
59 |
-
numpy==1.26.4
|
60 |
-
oauthlib==3.2.2
|
61 |
-
onnxruntime==1.18.1
|
62 |
-
openai==1.35.13
|
63 |
-
opentelemetry-api==1.25.0
|
64 |
-
opentelemetry-exporter-otlp-proto-common==1.25.0
|
65 |
-
opentelemetry-exporter-otlp-proto-grpc==1.25.0
|
66 |
-
opentelemetry-instrumentation==0.46b0
|
67 |
-
opentelemetry-instrumentation-asgi==0.46b0
|
68 |
-
opentelemetry-instrumentation-fastapi==0.46b0
|
69 |
-
opentelemetry-proto==1.25.0
|
70 |
-
opentelemetry-sdk==1.25.0
|
71 |
-
opentelemetry-semantic-conventions==0.46b0
|
72 |
-
opentelemetry-util-http==0.46b0
|
73 |
-
orjson==3.10.6
|
74 |
-
overrides==7.7.0
|
75 |
-
packaging==24.1
|
76 |
-
pandas==2.2.2
|
77 |
-
pillow==10.4.0
|
78 |
-
posthog==3.5.0
|
79 |
-
proto-plus==1.24.0
|
80 |
-
protobuf==4.25.3
|
81 |
-
py-cpuinfo==9.0.0
|
82 |
-
pyarrow==16.1.0
|
83 |
-
pyasn1==0.6.0
|
84 |
-
pyasn1_modules==0.4.0
|
85 |
-
pydantic==2.8.2
|
86 |
-
pydantic_core==2.20.1
|
87 |
-
pydeck==0.9.1
|
88 |
-
Pygments==2.18.0
|
89 |
-
pyparsing==3.1.2
|
90 |
pypdf==4.3.0
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
youtube_search
|
103 |
-
youtube-transcript-api
|
|
|
1 |
+
streamlit==1.17.0
|
2 |
+
youtube-transcript-api==0.6.1
|
3 |
+
youtube-search==1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
fpdf==1.7.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
langchain==0.2.7
|
6 |
+
langchain-community==0.2.7
|
7 |
langchain-core==0.2.18
|
|
|
8 |
langchain-openai==0.1.16
|
9 |
langchain-text-splitters==0.2.2
|
10 |
+
sentence-transformers==2.2.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
pypdf==4.3.0
|
12 |
+
pytube==12.1.2
|
13 |
+
moviepy==1.0.3
|
14 |
+
python-dotenv==1.0.0
|
15 |
+
whisper==1.0.0 # Ensure that the exact version is correct
|
16 |
+
flask==3.0.3
|
17 |
+
fastapi==0.111.1
|
18 |
+
fastapi-cli==0.0.4
|
19 |
+
torch==2.0.0
|
20 |
+
transformers==4.30.0
|
21 |
+
nltk==3.8.1
|
22 |
+
chromadb==0.1.0
|
|
|
|