ZEROTSUDIOS commited on
Commit
8ddd149
·
verified ·
1 Parent(s): ab5b4c5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -20
requirements.txt CHANGED
@@ -1,20 +1,10 @@
1
- # Web & CORS
2
- flask
3
- flask-cors
4
-
5
- # Transformers & Tokenizers
6
- transformers
7
- sentence-transformers
8
- torch
9
-
10
- # Data & ML
11
- scikit-learn
12
- numpy
13
-
14
- # Misc utils
15
- nltk
16
-
17
- # For safe packaging (standard lib modules like os, json, re, etc., don't need to be included)
18
-
19
- # Optional: if you plan to deploy with Gunicorn
20
- gunicorn
 
1
+ flask
2
+ flask_cors
3
+ torch
4
+ transformers
5
+ sentence-transformers
6
+ scikit-learn
7
+ numpy
8
+ pandas
9
+ nltk
10
+ gunicorn