IS361Group4 commited on
Commit
a1c11fa
·
verified ·
1 Parent(s): 92bfb33

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -101
requirements.txt CHANGED
@@ -1,106 +1,10 @@
1
- # Common Libraries
2
  gradio==5.15.0
3
  gradio_client==1.7.0
4
  pydantic<2
5
- pydantic_core==2.20.1
6
- joblib==1.4.2
7
- pandas==2.2.2
8
- numpy==1.26.4
9
-
10
- # Translate
11
- ipykernel
12
- langchain
13
- langchain-community
14
- langchain-core
15
- langchain-openai
16
- langsmith
17
- openai
18
- arxiv
19
- pymupdf
20
- beautifulsoup4
21
- lxml
22
- wikipedia
23
- pypdf
24
- unstructured
25
- tiktoken
26
-
27
- # Sentiment Analysis
28
- transformers[sentencepiece]
29
- tensorflow
30
- tf-keras
31
-
32
- # Financial Analyst AI
33
  transformers
34
  torch
35
- spacy>=3.7.2
36
-
37
- # Telco Customer Churn
38
- aiofiles==23.2.1
39
- altair==5.3.0
40
- annotated-types==0.7.0
41
- anyio==4.4.0
42
- attrs==23.2.0
43
- certifi==2024.7.4
44
- charset-normalizer==3.3.2
45
- click==8.1.7
46
- colorama==0.4.6
47
- contourpy==1.2.1
48
- cycler==0.12.1
49
- dnspython==2.6.1
50
- email_validator==2.2.0
51
- fastapi==0.115.8
52
- fastapi-cli==0.0.4
53
- ffmpy==0.3.2
54
- filelock==3.15.4
55
- fonttools==4.53.1
56
- fsspec==2024.6.1
57
- h11==0.14.0
58
- httpcore==1.0.5
59
- httptools==0.6.1
60
- httpx==0.27.0
61
- huggingface-hub==0.28.1
62
- idna==3.7
63
- importlib_resources==6.4.0
64
- Jinja2==3.1.4
65
- jsonschema==4.23.0
66
- jsonschema-specifications==2023.12.1
67
- kiwisolver==1.4.5
68
- markdown-it-py==3.0.0
69
- MarkupSafe==2.1.5
70
- matplotlib==3.9.1
71
- mdurl==0.1.2
72
- orjson==3.10.6
73
- packaging==24.1
74
- pydub==0.25.1
75
- Pygments==2.18.0
76
- pyparsing==3.1.2
77
- python-dateutil==2.9.0.post0
78
- python-dotenv==1.0.1
79
- python-multipart==0.0.20
80
- pytz==2024.1
81
- PyYAML==6.0.1
82
- referencing==0.35.1
83
- requests==2.32.3
84
- rich==13.7.1
85
- rpds-py==0.19.0
86
- ruff==0.9.5
87
- safehttpx==0.1.6
88
- scikit-learn==1.3.2
89
- scipy==1.14.0
90
- semantic-version==2.10.0
91
- shellingham==1.5.4
92
- six==1.16.0
93
- sniffio==1.3.1
94
- starlette==0.45.3
95
- threadpoolctl==3.5.0
96
- tomlkit==0.12.0
97
- toolz==0.12.1
98
- tqdm==4.66.4
99
- typer==0.12.3
100
- typing_extensions==4.12.2
101
- tzdata==2024.1
102
- ujson==5.10.0
103
- urllib3==2.2.2
104
- uvicorn==0.30.1
105
- watchfiles==0.22.0
106
- websockets==11.0.3
 
 
1
  gradio==5.15.0
2
  gradio_client==1.7.0
3
  pydantic<2
4
+ numpy
5
+ pandas
6
+ scikit-learn
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  transformers
8
  torch
9
+ langchain==0.1.16
10
+ openai