Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -41
requirements.txt
CHANGED
|
@@ -1,41 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|