Tyler Burns commited on
Commit
e642bfc
1 Parent(s): 5e3f321

updated requirements.txt

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +11 -0
app.py CHANGED
@@ -6,7 +6,7 @@ import umap.umap_ as umap
6
  import numpy as np
7
  import sys
8
 
9
- # TODO replace with a streamline search bar
10
  keywords = st.text_input('Enter your search', 'The future of AI')
11
 
12
  # Set keywords as command line argument
 
6
  import numpy as np
7
  import sys
8
 
9
+ # The search bar
10
  keywords = st.text_input('Enter your search', 'The future of AI')
11
 
12
  # Set keywords as command line argument
requirements.txt CHANGED
@@ -8,8 +8,10 @@ click==8.1.3
8
  decorator==5.1.1
9
  duckduckgo-search==2.8.0
10
  entrypoints==0.4
 
11
  gitdb==4.0.10
12
  GitPython==3.1.30
 
13
  idna==3.4
14
  importlib-metadata==6.0.0
15
  Jinja2==3.1.2
@@ -19,6 +21,7 @@ llvmlite==0.39.1
19
  markdown-it-py==2.1.0
20
  MarkupSafe==2.1.2
21
  mdurl==0.1.2
 
22
  numba==0.56.4
23
  numpy==1.23.5
24
  packaging==23.0
@@ -35,20 +38,28 @@ pyrsistent==0.19.3
35
  python-dateutil==2.8.2
36
  pytz==2022.7.1
37
  pytz-deprecation-shim==0.1.0.post0
 
 
38
  requests==2.28.2
39
  rich==13.3.1
40
  scikit-learn==1.2.1
41
  scipy==1.10.0
42
  semver==2.13.0
 
 
43
  six==1.16.0
44
  smmap==5.0.0
45
  streamlit==1.17.0
46
  tenacity==8.1.0
47
  threadpoolctl==3.1.0
 
48
  toml==0.10.2
49
  toolz==0.12.0
 
 
50
  tornado==6.2
51
  tqdm==4.64.1
 
52
  typing_extensions==4.4.0
53
  tzdata==2022.7
54
  tzlocal==4.2
 
8
  decorator==5.1.1
9
  duckduckgo-search==2.8.0
10
  entrypoints==0.4
11
+ filelock==3.9.0
12
  gitdb==4.0.10
13
  GitPython==3.1.30
14
+ huggingface-hub==0.12.0
15
  idna==3.4
16
  importlib-metadata==6.0.0
17
  Jinja2==3.1.2
 
21
  markdown-it-py==2.1.0
22
  MarkupSafe==2.1.2
23
  mdurl==0.1.2
24
+ nltk==3.8.1
25
  numba==0.56.4
26
  numpy==1.23.5
27
  packaging==23.0
 
38
  python-dateutil==2.8.2
39
  pytz==2022.7.1
40
  pytz-deprecation-shim==0.1.0.post0
41
+ PyYAML==6.0
42
+ regex==2022.10.31
43
  requests==2.28.2
44
  rich==13.3.1
45
  scikit-learn==1.2.1
46
  scipy==1.10.0
47
  semver==2.13.0
48
+ sentence-transformers==2.2.2
49
+ sentencepiece==0.1.97
50
  six==1.16.0
51
  smmap==5.0.0
52
  streamlit==1.17.0
53
  tenacity==8.1.0
54
  threadpoolctl==3.1.0
55
+ tokenizers==0.13.2
56
  toml==0.10.2
57
  toolz==0.12.0
58
+ torch==1.13.1
59
+ torchvision==0.14.1
60
  tornado==6.2
61
  tqdm==4.64.1
62
+ transformers==4.26.0
63
  typing_extensions==4.4.0
64
  tzdata==2022.7
65
  tzlocal==4.2