IntentFinal / requirements.txt
Pavankalyan's picture
Create requirements.txt
c6842a5
raw
history blame contribute delete
No virus
214 Bytes
# Model related
torch
transformers
# app related
pylint
pytest
# HTTP endpoint related
flask
flask-cors
flask-expects-json
gevent
gunicorn
# Message Queue related
redis
# Batch Processing with file
pandas
tqdm