nickmuchi commited on
Commit
53cf222
1 Parent(s): 0280e43

Create new file

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ torch==1.10.1
2
+ transformers==4.22.0
3
+ sentence-transformers==2.2.2
4
+ git+https://github.com/openai/whisper.git
5
+ pytube==12.1.0
6
+ validators==0.18.2
7
+ nltk==3.7
8
+ plotly==5.10.0