mastefan commited on
Commit
81ecd98
·
verified ·
1 Parent(s): 19d1b80

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -23
requirements.txt CHANGED
@@ -1,29 +1,16 @@
1
- # --- Core app / UI ---
2
  streamlit==1.28.0
3
  tornado==6.3.3
4
-
5
- # --- Audio I/O and TTS ---
6
- gTTS==2.5.4
7
- pydub==0.25.1
8
- soundfile==0.13.1
9
- streamlit-audiorecorder==0.0.6
10
-
11
- # --- Torch + Transformers stack (for chat/LLM) ---
12
- torch==2.2.2 # CPU wheel
13
  transformers==4.40.0
14
- accelerate==1.12.0
15
- sentencepiece==0.2.1
16
- safetensors==0.7.0
17
-
18
- # --- Whisper (ASR) WITHOUT PyAV / ctranslate2 ---
19
- openai-whisper==20231117
20
-
21
- # --- OCR & translation ---
22
- pytesseract==0.3.13
23
- pillow==10.4.0
24
- deep-translator==1.11.4
25
-
26
- # --- General scientific / utility ---
27
  numpy<2
28
  pandas
29
  regex
 
 
1
  streamlit==1.28.0
2
  tornado==6.3.3
3
+ gTTS
4
+ pydub
5
+ soundfile
6
+ streamlit-audiorecorder
7
+ pytesseract
8
+ pillow
9
+ deep-translator
 
 
10
  transformers==4.40.0
11
+ accelerate
12
+ sentencepiece
13
+ safetensors
 
 
 
 
 
 
 
 
 
 
14
  numpy<2
15
  pandas
16
  regex