Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -45
requirements.txt
CHANGED
|
@@ -1,46 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
requests
|
| 7 |
-
|
| 8 |
-
beautifulsoup4
|
| 9 |
-
ddgs
|
| 10 |
-
markdownify
|
| 11 |
-
|
| 12 |
-
# Data processing
|
| 13 |
-
pandas
|
| 14 |
-
numpy
|
| 15 |
-
|
| 16 |
-
# Document processing
|
| 17 |
-
PyPDF2
|
| 18 |
-
python-docx
|
| 19 |
-
python-pptx
|
| 20 |
-
|
| 21 |
-
# Image processing
|
| 22 |
-
Pillow
|
| 23 |
-
|
| 24 |
-
# Math and calculations
|
| 25 |
-
sympy
|
| 26 |
-
matplotlib
|
| 27 |
-
|
| 28 |
-
# Utilities
|
| 29 |
-
python-dotenv
|
| 30 |
-
wikipedia
|
| 31 |
-
|
| 32 |
-
# Optional advanced packages for extended functionality
|
| 33 |
-
openpyxl # Excel file support
|
| 34 |
-
openai # OpenAI API integration
|
| 35 |
-
plotly # Interactive visualizations
|
| 36 |
-
seaborn # Statistical visualizations
|
| 37 |
-
scikit-learn # Machine learning utilities
|
| 38 |
-
networkx # Graph processing
|
| 39 |
-
nltk # Natural language processing
|
| 40 |
-
textblob # Text analysis
|
| 41 |
-
fuzzywuzzy # String matching
|
| 42 |
-
python-magic # File type detection
|
| 43 |
-
chardet # Character encoding detection
|
| 44 |
-
tabulate # Pretty table formatting
|
| 45 |
-
tqdm # Progress bars
|
| 46 |
-
joblib # Parallel processing
|
|
|
|
| 1 |
+
smolagents
|
| 2 |
+
transformers
|
| 3 |
+
huggingface-hub
|
| 4 |
+
accelerate
|
| 5 |
+
gradio
|
| 6 |
requests
|
| 7 |
+
torch
|
| 8 |
+
beautifulsoup4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|