Kamaljeyaram07 commited on
Commit
2891ff4
·
verified ·
1 Parent(s): ec820b3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -2
requirements.txt CHANGED
@@ -1,7 +1,16 @@
 
 
 
 
1
  groq
2
  tavily-python
3
- gradio>=6.0.0
 
4
  transformers
5
  torch
6
  sentencepiece
7
- langdetect
 
 
 
 
 
1
+ # --- Core Framework & UI ---
2
+ gradio>=6.0.0
3
+
4
+ # --- AI APIs ---
5
  groq
6
  tavily-python
7
+
8
+ # --- Translation & Language Detection ---
9
  transformers
10
  torch
11
  sentencepiece
12
+ langdetect
13
+ protobuf
14
+
15
+ # --- Utilities ---
16
+ numpy