Keshavp08 commited on
Commit
b011208
·
verified ·
1 Parent(s): f25fa78

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ streamlit>=1.0
2
+ transformers>=4.13.0,<5.0.0
3
+ torch>=1.8.1
4
+ plotly>=4.0
5
+ matplotlib>=3.3.4