mgbam commited on
Commit
9b4c436
·
verified ·
1 Parent(s): 6e0d9d7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -5
requirements.txt CHANGED
@@ -1,5 +1,17 @@
1
- typer[all]
2
- rich
3
- huggingface_hub
4
- networkx
5
- PyPDF2
 
 
 
 
 
 
 
 
 
 
 
 
 
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