deepthi6 commited on
Commit
9512feb
·
verified ·
1 Parent(s): 2248103

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -3
requirements.txt CHANGED
@@ -1,11 +1,22 @@
 
1
  streamlit==1.39.0
2
  torch>=2.2.0
3
  transformers>=4.44.0
 
 
 
 
4
  spacy>=3.7.0
 
5
  PyPDF2>=3.0.1
6
  python-docx>=1.1.0
7
- plotly>=5.23.0
 
8
  pandas>=2.2.2
 
 
 
9
  gTTS>=2.5.1
10
- sentencepiece
11
- accelerate
 
 
1
+ # --- Core frameworks ---
2
  streamlit==1.39.0
3
  torch>=2.2.0
4
  transformers>=4.44.0
5
+ sentencepiece
6
+ accelerate
7
+
8
+ # --- NLP / Parsing ---
9
  spacy>=3.7.0
10
+ en-core-web-sm==3.8.0
11
  PyPDF2>=3.0.1
12
  python-docx>=1.1.0
13
+
14
+ # --- Visualization / Data ---
15
  pandas>=2.2.2
16
+ plotly>=5.23.0
17
+
18
+ # --- Audio & Speech ---
19
  gTTS>=2.5.1
20
+
21
+ # --- Hugging Face tools ---
22
+ huggingface-hub>=0.25.2