AyushS9020 commited on
Commit
9e77a76
·
verified ·
1 Parent(s): f1344de

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ espnet
2
+ numpy==1.22.4
3
+ scipy==1.7.3
4
+ librosa==0.9.2
5
+ torch
6
+ torchaudio
7
+ indic-num2words==1.0.1
8
+ indic_unified_parser==1.0.6 # Rare chance this would be used, if then clean the script
9
+ fastapi 
10
+ uvicorn