Abubakari commited on
Commit
183057a
1 Parent(s): d6cfff4

Upload 3 files

Browse files
Files changed (3) hide show
  1. app.py +0 -0
  2. key.txt +1 -0
  3. requirements.txt +124 -0
app.py ADDED
The diff for this file is too large to render. See raw diff
 
key.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 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
requirements.txt ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.5
2
+ aiosignal==1.3.1
3
+ altair==5.1.1
4
+ annotated-types==0.5.0
5
+ astor==0.8.1
6
+ asttokens==2.4.0
7
+ async-timeout==4.0.3
8
+ attrs==23.1.0
9
+ backcall==0.2.0
10
+ beautifulsoup4==4.12.2
11
+ blinker==1.6.2
12
+ cachetools==5.3.1
13
+ certifi==2023.7.22
14
+ charset-normalizer==3.2.0
15
+ click==8.1.7
16
+ colorama==0.4.6
17
+ contourpy==1.1.0
18
+ cycler==0.11.0
19
+ dataclasses-json==0.5.14
20
+ decorator==5.1.1
21
+ exceptiongroup==1.1.3
22
+ executing==1.2.0
23
+ faiss-cpu==1.7.4
24
+ Faker==19.3.1
25
+ favicon==0.7.0
26
+ fonttools==4.42.1
27
+ frozenlist==1.4.0
28
+ gitdb==4.0.10
29
+ GitPython==3.1.33
30
+ greenlet==2.0.2
31
+ htbuilder==0.6.1
32
+ idna==3.4
33
+ importlib-metadata==6.8.0
34
+ importlib-resources==6.0.1
35
+ ipython==8.15.0
36
+ jedi==0.19.0
37
+ Jinja2==3.1.2
38
+ jsonschema==4.19.0
39
+ jsonschema-specifications==2023.7.1
40
+ kiwisolver==1.4.5
41
+ langchain==0.0.279
42
+ langsmith==0.0.32
43
+ lxml==4.9.3
44
+ Markdown==3.4.4
45
+ markdown-it-py==3.0.0
46
+ markdownlit==0.0.7
47
+ MarkupSafe==2.1.3
48
+ marshmallow==3.20.1
49
+ matplotlib==3.7.2
50
+ matplotlib-inline==0.1.6
51
+ mdurl==0.1.2
52
+ more-itertools==10.1.0
53
+ multidict==6.0.4
54
+ mypy-extensions==1.0.0
55
+ numexpr==2.8.5
56
+ numpy==1.25.2
57
+ openai==0.27.10
58
+ packaging==23.1
59
+ pandas==1.5.3
60
+ pandasai==1.1.2
61
+ parso==0.8.3
62
+ pickleshare==0.7.5
63
+ Pillow==9.5.0
64
+ pip==23.2.1
65
+ prompt-toolkit==3.0.39
66
+ protobuf==4.24.2
67
+ pure-eval==0.2.2
68
+ pyarrow==13.0.0
69
+ pydantic==1.10.12
70
+ pydantic_core==2.6.3
71
+ pydeck==0.8.0
72
+ Pygments==2.16.1
73
+ pymdown-extensions==10.2.1
74
+ Pympler==1.0.1
75
+ pyparsing==3.0.9
76
+ PyPDF2==3.0.1
77
+ python-dateutil==2.8.2
78
+ python-dotenv==1.0.0
79
+ pytz==2023.3
80
+ pytz-deprecation-shim==0.1.0.post0
81
+ PyYAML==6.0.1
82
+ referencing==0.30.2
83
+ regex==2023.8.8
84
+ requests==2.31.0
85
+ rich==13.5.2
86
+ rpds-py==0.10.0
87
+ scipy==1.11.2
88
+ setuptools==68.0.0
89
+ six==1.16.0
90
+ smmap==5.0.0
91
+ soupsieve==2.4.1
92
+ SQLAlchemy==2.0.20
93
+ st-annotated-text==4.0.0
94
+ stack-data==0.6.2
95
+ stqdm==0.0.5
96
+ streamlit==1.26.0
97
+ streamlit-camera-input-live==0.2.0
98
+ streamlit-card==0.0.61
99
+ streamlit-embedcode==0.1.2
100
+ streamlit-extras==0.3.0
101
+ streamlit-faker==0.0.2
102
+ streamlit-image-coordinates==0.1.6
103
+ streamlit-keyup==0.2.0
104
+ streamlit-option-menu==0.3.6
105
+ streamlit-toggle-switch==1.0.2
106
+ streamlit-vertical-slider==1.0.2
107
+ tenacity==8.2.3
108
+ tiktoken==0.4.0
109
+ toml==0.10.2
110
+ toolz==0.12.0
111
+ tornado==6.3.3
112
+ tqdm==4.66.1
113
+ traitlets==5.9.0
114
+ typing_extensions==4.7.1
115
+ typing-inspect==0.9.0
116
+ tzdata==2023.3
117
+ tzlocal==4.3.1
118
+ urllib3==2.0.4
119
+ validators==0.21.2
120
+ watchdog==3.0.0
121
+ wcwidth==0.2.6
122
+ wheel==0.38.4
123
+ yarl==1.9.2
124
+ zipp==3.16.2