akarshan11 commited on
Commit
2111187
·
verified ·
1 Parent(s): 9dcbee4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -1
requirements.txt CHANGED
@@ -1,7 +1,12 @@
 
1
  gradio
2
  transformers
3
  python-docx
4
  PyPDF2
5
  torch
6
  sentencepiece
7
- tensorflow
 
 
 
 
 
1
+ # Core dependencies
2
  gradio
3
  transformers
4
  python-docx
5
  PyPDF2
6
  torch
7
  sentencepiece
8
+ tf-keras
9
+
10
+ # Optional but recommended for better performance
11
+ numpy
12
+ tqdm