danilotpnta commited on
Commit
7e7ce50
·
1 Parent(s): f62c279

add: environment.yml for README > Installation

Browse files
Files changed (1) hide show
  1. environment.yml +13 -0
environment.yml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: yt-whisper
2
+ channels:
3
+ - defaults
4
+ - conda-forge
5
+ dependencies:
6
+ - python=3.9
7
+ - pip
8
+ - pip:
9
+ - requests
10
+ - gradio
11
+ - openai-whisper @ git+https://github.com/openai/whisper.git
12
+ - yt_dlp
13
+ - tqdm