Komal133 commited on
Commit
d35516f
·
verified ·
1 Parent(s): f20ba38

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -41
requirements.txt CHANGED
@@ -1,41 +1,9 @@
1
- # Streamlit alternative dependencies
2
-
3
- # Dash (for creating data visualizations and interactive web apps)
4
- dash==2.0.0
5
-
6
- # Flask (for creating custom web applications with full control over frontend and backend)
7
- Flask==2.1.1
8
-
9
- # Gradio (for quickly creating machine learning model UIs)
10
- gradio==3.0.0
11
-
12
- # Panel (for creating complex dashboards with interactive widgets and plots)
13
- panel==0.13.0
14
-
15
- # Hugging Face Transformers (for NLP models)
16
- transformers==4.22.0
17
-
18
- # PyTorch (required for running models with Hugging Face and PyTorch)
19
- torch==2.0.0
20
-
21
- # TensorFlow (if you want TensorFlow support for ML models, optional)
22
- tensorflow==2.9.1
23
-
24
- # PyPDF2 (for PDF file parsing)
25
- PyPDF2==1.26.0
26
-
27
- # python-docx (for parsing DOCX files)
28
- python-docx==0.8.11
29
-
30
- # Simple Salesforce (for Salesforce integration)
31
- # Matplotlib (for visualizations like heatmaps, bar charts, etc.)
32
- matplotlib==3.5.1
33
-
34
- # Requests (for handling HTTP requests)
35
- requests==2.27.1
36
-
37
- # NumPy (for array operations, data handling)
38
- numpy==1.21.5
39
-
40
- # pandas (for handling tabular data, if needed for analysis or manipulation)
41
- pandas==1.4.2
 
1
+ gradio==4.44.0
2
+ PyPDF2==3.0.1
3
+ nltk==3.8.1
4
+ transformers==4.44.2
5
+ torch==2.4.1
6
+ seaborn==0.13.2
7
+ matplotlib==3.9.2
8
+ reportlab==4.2.2
9
+ numpy==1.26.4