File size: 407 Bytes
310a414
 
 
a5a337e
44d72f1
0ab1ee8
d60dfe1
1
2
3
4
5
6
7
transformers               # for model and tokenizer
torch                      # PyTorch for running the model
numpy                      # for audio data handling
livekit == 1.0.6           # Use a compatible version of livekit
torchaudio                 # for audio processing with PyTorch
pydub                      # for audio file manipulation (optional, depending on use case)
livekit-agents>=0.12.17