Pavankalyan commited on
Commit
c6842a5
1 Parent(s): 2e1bfaf

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -0
requirements.txt ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Model related
2
+ torch
3
+ transformers
4
+
5
+ # app related
6
+ pylint
7
+ pytest
8
+
9
+ # HTTP endpoint related
10
+ flask
11
+ flask-cors
12
+ flask-expects-json
13
+ gevent
14
+ gunicorn
15
+
16
+ # Message Queue related
17
+ redis
18
+
19
+ # Batch Processing with file
20
+ pandas
21
+ tqdm