nlpblogs commited on
Commit
5f00bf8
·
verified ·
1 Parent(s): c82dce8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -2
requirements.txt CHANGED
@@ -1,3 +1,19 @@
1
- altair
 
 
 
2
  pandas
3
- streamlit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Web Framework
2
+ streamlit
3
+
4
+ # Data Handling & Math
5
  pandas
6
+ numpy
7
+
8
+ # Natural Language Processing
9
+ gliner
10
+ scikit-learn
11
+
12
+ # Visualization
13
+ plotly
14
+
15
+ # Document Generation
16
+ python-pptx
17
+
18
+ # Utilities
19
+ streamlit-extras