Update requirements.txt
Browse files- requirements.txt +17 -5
requirements.txt
CHANGED
@@ -1,5 +1,17 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core Web Framework
|
2 |
+
gradio
|
3 |
+
|
4 |
+
# AI & API Clients
|
5 |
+
huggingface-hub
|
6 |
+
tavily-python
|
7 |
+
|
8 |
+
# Document & Image Processing
|
9 |
+
Pillow
|
10 |
+
PyPDF2
|
11 |
+
python-docx
|
12 |
+
pytesseract
|
13 |
+
|
14 |
+
# Graphing, Visualization & Data
|
15 |
+
plotly
|
16 |
+
numpy
|
17 |
+
networkx
|