aliarsal1512 commited on
Commit
7b6b4d5
·
verified ·
1 Parent(s): 691d46a

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +39 -0
requirements.txt ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core Flask
2
+ Flask==3.1.0
3
+ Werkzeug==3.1.3
4
+ Jinja2==3.1.6
5
+ flask-cors==6.0.2
6
+ Flask-Login==0.6.3
7
+ Flask-SQLAlchemy==3.1.1
8
+
9
+ # Database
10
+ SQLAlchemy==2.0.41
11
+ psycopg2-binary==2.9.9
12
+
13
+ # ML / AI
14
+ torch==2.6.0
15
+ transformers==4.50.3
16
+ sentencepiece==0.2.0
17
+ tokenizers==0.21.1
18
+ numpy==2.2.4
19
+ protobuf==3.20.3
20
+
21
+ # Hugging Face
22
+ huggingface-hub==0.30.1
23
+ safetensors==0.5.3
24
+
25
+ # Java / AST / Graph
26
+ javalang==0.13.0
27
+ graphviz==0.21
28
+ networkx==3.4.2
29
+
30
+ # Utilities
31
+ requests==2.32.3
32
+ python-dotenv==1.0.0
33
+ regex==2024.11.6
34
+ tqdm==4.67.1
35
+ packaging==24.2
36
+ PyYAML==6.0.2
37
+
38
+ # Production Server
39
+ gunicorn==21.2.0