ShubhamMhaske commited on
Commit
884e6e5
·
verified ·
1 Parent(s): 30fc0eb

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+ torch==2.1.1
3
+ numpy==1.26.4
4
+ transformers>=4.40
5
+ streamlit>=1.26
6
+ huggingface_hub>=0.23
7
+ pandas>=2.0