PromptMeister commited on
Commit
da51a21
·
verified ·
1 Parent(s): f953180

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -2
requirements.txt CHANGED
@@ -8,5 +8,10 @@ sentencepiece>=0.1.99
8
  protobuf>=3.20.0
9
  plotly>=5.14.0
10
  # Add any new dependencies below
11
- sentence-transformers>=2.2.2 # If you want to add semantic analysis
12
- scikit-learn>=1.0.2 # For additional ML processing
 
 
 
 
 
 
8
  protobuf>=3.20.0
9
  plotly>=5.14.0
10
  # Add any new dependencies below
11
+ sentence-transformers>=2.2.2 # For semantic analysis
12
+ scikit-learn>=1.0.2 # For additional ML processing
13
+ librosa>=0.10.0 # For audio processing (voice search)
14
+ ffmpeg-python>=0.2.0 # For audio processing
15
+ SpeechRecognition>=3.10.0 # For voice recognition
16
+ whisper>=1.0 # For OpenAI Whisper support
17
+ accelerate>=0.20.0 # For optimized model loading