Ahmed-Alghamdi commited on
Commit
12d6a2d
·
verified ·
1 Parent(s): ea49421

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -13
requirements.txt CHANGED
@@ -1,24 +1,12 @@
1
- # Core scientific libraries
2
  numpy
3
  pandas
4
  scipy
5
-
6
- # PyTorch (CPU-only)
7
  torch
8
-
9
- # NLP and embedding models
10
  transformers
11
  sentence-transformers
12
-
13
- # Nearest-neighbor search (CPU)
14
  faiss-cpu
15
-
16
- # Utilities
17
  tqdm
18
  setuptools
19
  tokenizers
20
  huggingface-hub
21
- python-dotenv
22
-
23
- # Web interface
24
- streamlit
 
 
1
  numpy
2
  pandas
3
  scipy
 
 
4
  torch
 
 
5
  transformers
6
  sentence-transformers
 
 
7
  faiss-cpu
 
 
8
  tqdm
9
  setuptools
10
  tokenizers
11
  huggingface-hub
12
+ streamlit