GaneshNaiknavare commited on
Commit
de9b193
·
verified ·
1 Parent(s): d00be4e

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -5
requirements.txt CHANGED
@@ -1,7 +1,23 @@
 
1
  gradio>=4.0.0
2
- numpy>=1.24.0
3
- scikit-learn>=1.0.2
4
- nltk>=3.8.1
 
 
 
 
 
 
5
  fuzzywuzzy>=0.18.0
6
- python-Levenshtein>=0.21.1
7
- joblib>=1.3.0
 
 
 
 
 
 
 
 
 
 
1
+ # Web Interface
2
  gradio>=4.0.0
3
+
4
+ # Database
5
+ sqlalchemy>=1.4.0
6
+ psycopg2-binary>=2.9.0
7
+
8
+ # Machine Learning & Data Processing
9
+ scikit-learn>=1.0.0
10
+ joblib>=1.1.0
11
+ nltk>=3.6.0
12
  fuzzywuzzy>=0.18.0
13
+ python-Levenshtein>=0.12.0 # Optional but improves fuzzywuzzy performance
14
+
15
+ # Date/Time handling
16
+ pytz>=2021.1
17
+
18
+ # Core dependencies
19
+ numpy>=1.19.0
20
+ pandas>=1.3.0
21
+
22
+ # Development dependencies
23
+ python-dotenv>=0.19.0 # For environment variables