SaherMuhamed commited on
Commit
079cccc
·
1 Parent(s): 02a3613

add the fine tuned BERT model with FAST API integrated in the Flask app

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt CHANGED
@@ -13,4 +13,10 @@ numpy
13
  pydantic
14
  scipy
15
  tqdm
 
 
 
 
 
 
16
 
 
13
  pydantic
14
  scipy
15
  tqdm
16
+ flask
17
+ flask-cors
18
+ flask-restful
19
+ flask-sqlalchemy
20
+ flask-migrate
21
+ flask-login
22