akashkumarbtc commited on
Commit
03020ab
1 Parent(s): 4519e61

initial commit

Browse files
Files changed (2) hide show
  1. .gitignore +2 -0
  2. requirements.txt +5 -0
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ venv/
2
+ models/
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ git+https://github.com/openai/whisper.git
2
+ git+https://github.com/pyannote/pyannote-audio
3
+ gradio
4
+ torch
5
+ openai