indkhan commited on
Commit
86d5639
1 Parent(s): d0ae4b5

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torch==2.1.2
2
+ torchaudio==2.1.2
3
+ torchvision==0.16.2
4
+ transformers==4.36.2
5
+ google-api-core==2.15.0
6
+ google-api-python-client==2.111.0
7
+ google-auth==2.25.1
8
+ google-auth-httplib2==0.2.0
9
+ google-auth-oauthlib==1.1.0
10
+ google-pasta==0.2.0
11
+ googleapis-common-protos==1.62.0
12
+ googletrans==4.0.0rc1
13
+ python-dotenv==1.0.0
14
+ streamlit==1.28.2