Somnath3570 commited on
Commit
c397b91
·
verified ·
1 Parent(s): 9f976c3

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -0
requirements.txt ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ transformers>=4.36.2
2
+ torch>=2.2.0
3
+ torchaudio>=2.2.0
4
+ peft
5
+ librosa>=0.10.1
6
+ gradio>=4.19.2
7
+ numpy>=1.24.3
8
+ pandas
9
+ accelerate
10
+ sentencepiece
11
+ protobuf
12
+ soundfile>=0.12.1
13
+ fastapi>=0.104.1
14
+ uvicorn>=0.24.0
15
+ python-multipart>=0.0.6
16
+ websockets>=12.0
17
+
18
+ # Add Silero VAD requirements
19
+ omegaconf>=2.3.0
20
+ tqdm>=4.65.0
21
+
22
+ # Add WebRTC dependencies
23
+ aiortc>=1.5.0
24
+ av>=10.0.0
25
+ aiohttp>=3.8.5