alfulanny commited on
Commit
ab37407
·
verified ·
1 Parent(s): 5ccf326

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -45
requirements.txt CHANGED
@@ -1,46 +1,8 @@
1
- # Core ML/AI packages
2
- gradio[oauth]
3
- smolagents[litellm]
4
-
5
- # Web and API packages
6
  requests
7
- duckduckgo-search
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