Rawiwan1912 commited on
Commit
a4d187b
·
verified ·
1 Parent(s): e67177a

Update requirements.txt

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