minhvtt commited on
Commit
c221a89
·
verified ·
1 Parent(s): 990294c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +36 -36
requirements.txt CHANGED
@@ -1,36 +1,36 @@
1
- # FastAPI Backend Requirements
2
- # Updated for November 2025
3
-
4
- # Web Framework
5
- fastapi==0.121.3
6
- uvicorn[standard]==0.38.0
7
- python-multipart==0.0.20
8
-
9
- # Database
10
- pymongo==4.15.4
11
- motor==3.7.0
12
-
13
- # Data Validation
14
- pydantic==2.10.4
15
- pydantic-settings==2.12.0
16
-
17
- # Data Processing
18
- pandas==2.3.3
19
- numpy==2.3.5
20
- scikit-learn==1.7.2
21
-
22
- # NLP & AI
23
- transformers==4.57.1
24
- torch==2.9.1
25
- tokenizers==0.21.0
26
-
27
- # Vietnamese NLP
28
- pyvi==0.1.1
29
-
30
- # Utilities
31
- python-dotenv==1.0.1
32
- tqdm==4.67.1
33
-
34
- # Security
35
- python-jose[cryptography]==3.4.0
36
- passlib[bcrypt]==1.7.4
 
1
+ # FastAPI Backend Requirements
2
+ # Updated for November 2025
3
+
4
+ # Web Framework
5
+ fastapi==0.121.3
6
+ uvicorn[standard]==0.38.0
7
+ python-multipart==0.0.20
8
+
9
+ # Database
10
+ pymongo==4.15.4
11
+ motor==3.7.0
12
+
13
+ # Data Validation
14
+ pydantic==2.10.4
15
+ pydantic-settings==2.12.0
16
+
17
+ # Data Processing
18
+ pandas
19
+ numpy
20
+ scikit-learn
21
+
22
+ # NLP & AI
23
+ transformers
24
+ torch
25
+ tokenizers
26
+
27
+ # Vietnamese NLP
28
+ pyvi==0.1.1
29
+
30
+ # Utilities
31
+ python-dotenv==1.0.1
32
+ tqdm==4.67.1
33
+
34
+ # Security
35
+ python-jose[cryptography]==3.4.0
36
+ passlib[bcrypt]==1.7.4