asiffarhankhan commited on
Commit
78e7c24
1 Parent(s): 7c40474

Add Requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +147 -0
requirements.txt ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.4
3
+ aiosignal==1.3.1
4
+ altair==4.2.2
5
+ anyio==3.6.2
6
+ argilla==1.6.0
7
+ async-timeout==4.0.2
8
+ attrs==23.1.0
9
+ backoff==2.2.1
10
+ boto3==1.26.115
11
+ botocore==1.29.115
12
+ certifi==2022.12.7
13
+ charset-normalizer==3.1.0
14
+ chromadb==0.3.21
15
+ click==8.1.3
16
+ clickhouse-connect==0.5.20
17
+ cmake==3.26.3
18
+ commonmark==0.9.1
19
+ contourpy==1.0.7
20
+ cycler==0.11.0
21
+ dataclasses-json==0.5.7
22
+ Deprecated==1.2.13
23
+ duckdb==0.7.1
24
+ entrypoints==0.4
25
+ et-xmlfile==1.1.0
26
+ fastapi==0.95.1
27
+ ffmpeg-python==0.2.0
28
+ ffmpy==0.3.0
29
+ filelock==3.12.0
30
+ fonttools==4.39.3
31
+ frozenlist==1.3.3
32
+ fsspec==2023.4.0
33
+ future==0.18.3
34
+ gradio==3.27.0
35
+ gradio_client==0.1.3
36
+ greenlet==2.0.2
37
+ h11==0.14.0
38
+ hnswlib==0.7.0
39
+ httpcore==0.16.3
40
+ httptools==0.5.0
41
+ httpx==0.23.3
42
+ huggingface-hub==0.13.4
43
+ idna==3.4
44
+ Jinja2==3.1.2
45
+ jmespath==1.0.1
46
+ joblib==1.2.0
47
+ jsonschema==4.17.3
48
+ kiwisolver==1.4.4
49
+ langchain==0.0.144
50
+ linkify-it-py==2.0.0
51
+ lit==16.0.1
52
+ llvmlite==0.39.1
53
+ lxml==4.9.2
54
+ lz4==4.3.2
55
+ Markdown==3.4.3
56
+ markdown-it-py==2.2.0
57
+ MarkupSafe==2.1.2
58
+ marshmallow==3.19.0
59
+ marshmallow-enum==1.5.1
60
+ matplotlib==3.7.1
61
+ mdit-py-plugins==0.3.3
62
+ mdurl==0.1.2
63
+ monotonic==1.6
64
+ more-itertools==9.1.0
65
+ mpmath==1.3.0
66
+ msg-parser==1.2.0
67
+ multidict==6.0.4
68
+ mypy-extensions==1.0.0
69
+ networkx==3.1
70
+ nltk==3.8.1
71
+ numba==0.56.4
72
+ numexpr==2.8.4
73
+ numpy==1.23.5
74
+ nvidia-cublas-cu11==11.10.3.66
75
+ nvidia-cuda-cupti-cu11==11.7.101
76
+ nvidia-cuda-nvrtc-cu11==11.7.99
77
+ nvidia-cuda-runtime-cu11==11.7.99
78
+ nvidia-cudnn-cu11==8.5.0.96
79
+ nvidia-cufft-cu11==10.9.0.58
80
+ nvidia-curand-cu11==10.2.10.91
81
+ nvidia-cusolver-cu11==11.4.0.1
82
+ nvidia-cusparse-cu11==11.7.4.91
83
+ nvidia-nccl-cu11==2.14.3
84
+ nvidia-nvtx-cu11==11.7.91
85
+ olefile==0.46
86
+ openai==0.27.4
87
+ openai-whisper @ git+https://github.com/openai/whisper.git@c09a7ae299c4c34c5839a76380ae407e7d785914
88
+ openapi-schema-pydantic==1.2.4
89
+ openpyxl==3.1.2
90
+ orjson==3.8.10
91
+ packaging==23.1
92
+ pandas==1.5.3
93
+ Pillow==9.5.0
94
+ posthog==3.0.0
95
+ pydantic==1.10.7
96
+ pydub==0.25.1
97
+ Pygments==2.15.1
98
+ pypandoc==1.11
99
+ pyparsing==3.0.9
100
+ pyrsistent==0.19.3
101
+ python-dateutil==2.8.2
102
+ python-docx==0.8.11
103
+ python-dotenv==1.0.0
104
+ python-magic==0.4.27
105
+ python-multipart==0.0.6
106
+ python-pptx==0.6.21
107
+ pytz==2023.3
108
+ PyYAML==6.0
109
+ regex==2023.3.23
110
+ requests==2.28.2
111
+ rfc3986==1.5.0
112
+ rich==13.0.1
113
+ s3transfer==0.6.0
114
+ scikit-learn==1.2.2
115
+ scipy==1.10.1
116
+ semantic-version==2.10.0
117
+ sentence-transformers==2.2.2
118
+ sentencepiece==0.1.98
119
+ six==1.16.0
120
+ sniffio==1.3.0
121
+ SQLAlchemy==1.4.47
122
+ starlette==0.26.1
123
+ sympy==1.11.1
124
+ tenacity==8.2.2
125
+ threadpoolctl==3.1.0
126
+ tiktoken==0.3.1
127
+ tokenizers==0.13.3
128
+ toolz==0.12.0
129
+ torch==2.0.0
130
+ torchvision==0.15.1
131
+ tqdm==4.65.0
132
+ transformers==4.28.1
133
+ triton==2.0.0
134
+ typing-inspect==0.8.0
135
+ typing_extensions==4.5.0
136
+ tzdata==2023.3
137
+ uc-micro-py==1.0.1
138
+ unstructured==0.5.13
139
+ urllib3==1.26.15
140
+ uvicorn==0.21.1
141
+ uvloop==0.17.0
142
+ watchfiles==0.19.0
143
+ websockets==11.0.2
144
+ wrapt==1.14.1
145
+ XlsxWriter==3.1.0
146
+ yarl==1.8.2
147
+ zstandard==0.21.0