doggdad commited on
Commit
848f979
·
verified ·
1 Parent(s): eea879f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt CHANGED
@@ -23,9 +23,14 @@ mistralai==1.3.1
23
  # Video Processing
24
  opencv-python-headless
25
  yt-dlp
 
26
  youtube-transcript-api==0.6.3
27
  webvtt-py==0.5.1
28
  moviepy
 
 
 
 
29
 
30
  # Utilities
31
  python-dotenv==1.0.1
 
23
  # Video Processing
24
  opencv-python-headless
25
  yt-dlp
26
+ pytubefix
27
  youtube-transcript-api==0.6.3
28
  webvtt-py==0.5.1
29
  moviepy
30
+ openai-whisper
31
+ tokenizers==0.21.0
32
+ tqdm==4.67.1
33
+ umap-learn
34
 
35
  # Utilities
36
  python-dotenv==1.0.1