mgbam commited on
Commit
9c0979e
·
verified ·
1 Parent(s): 9030631

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt CHANGED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit==1.25.0
2
+ moviepy==1.0.3
3
+ openai==0.27.0
4
+ ffmpeg-python==0.2.0
5
+ python-dotenv==1.0.0
6
+ # For local whisper usage:
7
+ whisper==1.1.0
8
+ # For open-source LLM usage (optional):
9
+ torch==2.0.0
10
+ transformers==4.30.2
11
+ # If using custom auth:
12
+ streamlit-authenticator==0.2.0