Dyraa18 commited on
Commit
6a296d9
·
verified ·
1 Parent(s): d89f5d2

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -0
requirements.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ flask==3.0.3
2
+ jinja2==3.1.4
3
+ werkzeug==3.0.3
4
+ python-dotenv==1.0.1
5
+
6
+ sqlalchemy==2.0.36
7
+ psycopg2-binary==2.9.9
8
+
9
+ numpy==1.26.4
10
+ faiss-cpu==1.8.0
11
+ scikit-learn==1.5.2
12
+
13
+ torch==2.4.1
14
+ transformers==4.44.2
15
+ huggingface_hub==0.26.2
16
+
17
+ llama-cpp-python==0.3.4
18
+ gunicorn==21.2.0