IS361Group4 commited on
Commit
6b4f315
·
verified ·
1 Parent(s): 81278c0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -38
requirements.txt CHANGED
@@ -1,44 +1,10 @@
1
- #translate
2
- ipykernel
3
- langchain
4
- langchain-community
5
- langchain-core
6
- langsmith
7
- openai
8
- pydantic
9
- pydantic_core
10
- gradio
11
- gradio_client
12
- langchain_openai
13
- arxiv
14
- pymupdf
15
- beautifulsoup4
16
- lxml
17
- wikipedia
18
- pypdf
19
- unstructured
20
- tiktoken
21
- # llama_cpp_pytho
22
-
23
- #Sentiment_Analysis
24
- gradio
25
- transformers[sentencepiece]
26
- tensorflow
27
- tf-keras
28
-
29
- #Financial_Analyst_AI
30
- transformers
31
- torch
32
- spacy
33
- https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
34
- gradio==3.0.18
35
-
36
- #Telco-Customer-Churn
37
- ��aiofiles==23.2.1
38
  altair==5.3.0
39
  annotated-types==0.7.0
40
  anyio==4.4.0
 
41
  attrs==23.2.0
 
42
  certifi==2024.7.4
43
  charset-normalizer==3.3.2
44
  click==8.1.7
@@ -62,16 +28,24 @@ httpx==0.27.0
62
  huggingface-hub==0.28.1
63
  idna==3.7
64
  importlib_resources==6.4.0
 
65
  Jinja2==3.1.4
66
  joblib==1.4.2
67
  jsonschema==4.23.0
68
  jsonschema-specifications==2023.12.1
69
  kiwisolver==1.4.5
 
 
 
 
 
 
70
  markdown-it-py==3.0.0
71
  MarkupSafe==2.1.5
72
  matplotlib==3.9.1
73
  mdurl==0.1.2
74
  numpy==1.26.4
 
75
  orjson==3.10.6
76
  packaging==24.1
77
  pandas==2.2.2
@@ -81,6 +55,8 @@ pydantic_core==2.20.1
81
  pydub==0.25.1
82
  Pygments==2.18.0
83
  pyparsing==3.1.2
 
 
84
  python-dateutil==2.9.0.post0
85
  python-dotenv==1.0.1
86
  python-multipart==0.0.20
@@ -98,16 +74,24 @@ semantic-version==2.10.0
98
  shellingham==1.5.4
99
  six==1.16.0
100
  sniffio==1.3.1
 
101
  starlette==0.45.3
 
 
102
  threadpoolctl==3.5.0
 
103
  tomlkit==0.12.0
104
  toolz==0.12.1
 
105
  tqdm==4.66.4
 
106
  typer==0.12.3
107
  typing_extensions==4.12.2
108
  tzdata==2024.1
109
  ujson==5.10.0
 
110
  urllib3==2.2.2
111
  uvicorn==0.30.1
112
  watchfiles==0.22.0
113
- websockets==11.0.3
 
 
1
+ aiofiles==23.2.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  altair==5.3.0
3
  annotated-types==0.7.0
4
  anyio==4.4.0
5
+ arxiv
6
  attrs==23.2.0
7
+ beautifulsoup4
8
  certifi==2024.7.4
9
  charset-normalizer==3.3.2
10
  click==8.1.7
 
28
  huggingface-hub==0.28.1
29
  idna==3.7
30
  importlib_resources==6.4.0
31
+ ipykernel
32
  Jinja2==3.1.4
33
  joblib==1.4.2
34
  jsonschema==4.23.0
35
  jsonschema-specifications==2023.12.1
36
  kiwisolver==1.4.5
37
+ langchain
38
+ langchain-community
39
+ langchain-core
40
+ langchain_openai
41
+ langsmith
42
+ lxml
43
  markdown-it-py==3.0.0
44
  MarkupSafe==2.1.5
45
  matplotlib==3.9.1
46
  mdurl==0.1.2
47
  numpy==1.26.4
48
+ openai
49
  orjson==3.10.6
50
  packaging==24.1
51
  pandas==2.2.2
 
55
  pydub==0.25.1
56
  Pygments==2.18.0
57
  pyparsing==3.1.2
58
+ pymupdf
59
+ pypdf
60
  python-dateutil==2.9.0.post0
61
  python-dotenv==1.0.1
62
  python-multipart==0.0.20
 
74
  shellingham==1.5.4
75
  six==1.16.0
76
  sniffio==1.3.1
77
+ spacy
78
  starlette==0.45.3
79
+ tensorflow
80
+ tf-keras
81
  threadpoolctl==3.5.0
82
+ tiktoken
83
  tomlkit==0.12.0
84
  toolz==0.12.1
85
+ torch
86
  tqdm==4.66.4
87
+ transformers[sentencepiece]
88
  typer==0.12.3
89
  typing_extensions==4.12.2
90
  tzdata==2024.1
91
  ujson==5.10.0
92
+ unstructured
93
  urllib3==2.2.2
94
  uvicorn==0.30.1
95
  watchfiles==0.22.0
96
+ websockets==11.0.3
97
+ wikipedia