rahuln2002 commited on
Commit
9a2b846
·
verified ·
1 Parent(s): 4df6aed

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -0
requirements.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ipykernel
2
+ pandas
3
+ numpy<2
4
+ flask
5
+ python-dotenv
6
+ transformers
7
+ torch
8
+ torchvision
9
+ torchaudio
10
+ --extra-index-url https://download.pytorch.org/whl/cu126
11
+ scikit-learn
12
+ langchain
13
+ langchain-community
14
+ langchain-core
15
+ sentence-transformers
16
+ faiss-cpu>=1.7.4
17
+ together