CosmickVisions commited on
Commit
cdbdbbb
·
verified ·
1 Parent(s): 9611f6e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -5
requirements.txt CHANGED
@@ -1,5 +1,7 @@
 
 
1
  groq
2
- langchain
3
  langchain-text-splitters
4
  faiss-cpu
5
  sentence-transformers
@@ -7,14 +9,16 @@ pymupdf
7
  pillow
8
  python-dotenv
9
  requests
 
 
10
  transformers
11
  torch
12
- torchaudio
13
- langchain-community
14
  numpy
15
- SpeechRecognition
16
- pyttsx3
17
  openpyxl
18
  pandas
 
 
19
  huggingface-hub
20
  safetensors
 
1
+ # Core dependencies
2
+ gradio
3
  groq
4
+ langchain-community
5
  langchain-text-splitters
6
  faiss-cpu
7
  sentence-transformers
 
9
  pillow
10
  python-dotenv
11
  requests
12
+
13
+ # Machine Learning & Vision
14
  transformers
15
  torch
 
 
16
  numpy
17
+
18
+ # Data Processing
19
  openpyxl
20
  pandas
21
+
22
+ # Model Dependencies
23
  huggingface-hub
24
  safetensors