Mangacoder007 commited on
Commit
47780d1
1 Parent(s): 62c5250

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +120 -0
requirements.txt ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.3
2
+ aiosignal==1.3.1
3
+ altair==5.2.0
4
+ annotated-types==0.6.0
5
+ anyio==4.3.0
6
+ attrs==23.2.0
7
+ beautifulsoup4==4.12.3
8
+ bitarray==2.9.2
9
+ blinker==1.7.0
10
+ cachetools==5.3.3
11
+ certifi==2024.2.2
12
+ charset-normalizer==3.3.2
13
+ click==8.1.7
14
+ colorama==0.4.6
15
+ contourpy==1.2.0
16
+ cycler==0.12.1
17
+ dataclasses-json==0.6.4
18
+ entrypoints==0.4
19
+ faiss-cpu==1.8.0
20
+ Faker==24.4.0
21
+ favicon==0.7.0
22
+ filelock==3.13.3
23
+ fonttools==4.50.0
24
+ fpdf==1.7.2
25
+ frozenlist==1.4.1
26
+ fsspec==2024.3.1
27
+ gitdb==4.0.11
28
+ GitPython==3.1.42
29
+ greenlet==3.0.3
30
+ htbuilder==0.6.2
31
+ huggingface-hub==0.22.1
32
+ idna==3.6
33
+ Jinja2==3.1.3
34
+ joblib==1.3.2
35
+ jsonpatch==1.33
36
+ jsonpointer==2.4
37
+ jsonschema==4.21.1
38
+ jsonschema-specifications==2023.12.1
39
+ kiwisolver==1.4.5
40
+ langchain==0.1.13
41
+ langchain-community==0.0.29
42
+ langchain-core==0.1.33
43
+ langchain-text-splitters==0.0.1
44
+ langsmith==0.1.31
45
+ lxml==5.1.0
46
+ Markdown==3.6
47
+ markdown-it-py==3.0.0
48
+ markdownlit==0.0.7
49
+ MarkupSafe==2.1.5
50
+ marshmallow==3.21.1
51
+ matplotlib==3.8.3
52
+ mdurl==0.1.2
53
+ more-itertools==10.2.0
54
+ mpmath==1.3.0
55
+ multidict==6.0.5
56
+ mypy-extensions==1.0.0
57
+ networkx==3.2.1
58
+ numpy==1.26.4
59
+ opencv-python==4.9.0.80
60
+ orjson==3.9.15
61
+ packaging==23.2
62
+ pandas==2.2.1
63
+ pdfreader==0.1.12
64
+ pillow==10.2.0
65
+ prometheus_client==0.20.0
66
+ protobuf==4.25.3
67
+ pyarrow==15.0.2
68
+ pycryptodome==3.20.0
69
+ pydantic==2.6.4
70
+ pydantic_core==2.16.3
71
+ pydeck==0.8.1b0
72
+ Pygments==2.17.2
73
+ pymdown-extensions==10.7.1
74
+ pyparsing==3.1.2
75
+ PyPDF2==3.0.1
76
+ pytesseract==0.3.10
77
+ python-dateutil==2.9.0.post0
78
+ pytz==2024.1
79
+ PyYAML==6.0.1
80
+ referencing==0.34.0
81
+ regex==2023.12.25
82
+ requests==2.31.0
83
+ rich==13.7.1
84
+ rpds-py==0.18.0
85
+ safetensors==0.4.2
86
+ scikit-learn==1.4.1.post1
87
+ scipy==1.12.0
88
+ sentence-transformers==2.6.1
89
+ six==1.16.0
90
+ smmap==5.0.1
91
+ sniffio==1.3.1
92
+ soupsieve==2.5
93
+ SQLAlchemy==2.0.29
94
+ st-annotated-text==4.0.1
95
+ streamlit==1.32.2
96
+ streamlit-camera-input-live==0.2.0
97
+ streamlit-card==1.0.0
98
+ streamlit-embedcode==0.1.2
99
+ streamlit-extras==0.4.0
100
+ streamlit-faker==0.0.3
101
+ streamlit-image-coordinates==0.1.6
102
+ streamlit-keyup==0.2.3
103
+ streamlit-toggle-switch==1.0.2
104
+ streamlit-vertical-slider==2.5.5
105
+ sympy==1.12
106
+ tenacity==8.2.3
107
+ threadpoolctl==3.4.0
108
+ tokenizers==0.15.2
109
+ toml==0.10.2
110
+ toolz==0.12.1
111
+ torch==2.2.1
112
+ tornado==6.4
113
+ tqdm==4.66.2
114
+ transformers==4.39.1
115
+ typing-inspect==0.9.0
116
+ typing_extensions==4.10.0
117
+ tzdata==2024.1
118
+ urllib3==2.2.1
119
+ watchdog==4.0.0
120
+ yarl==1.9.4