abdullah-113 commited on
Commit
f92dc35
·
verified ·
1 Parent(s): b3c672b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -21
requirements.txt CHANGED
@@ -1,21 +1,25 @@
1
- # --- Machine Learning & NLP Core ---
2
- torch>=2.0.0
3
- transformers>=4.30.0
4
- datasets>=2.13.0
5
- scikit-learn>=1.2.2
6
- numpy>=1.24.0
7
- pandas>=2.0.0
8
-
9
- # --- API Backend & Database ---
10
- fastapi>=0.100.0
11
- uvicorn[standard]>=0.22.0
12
- pydantic>=2.0.0
13
- sqlalchemy>=2.0.0
14
- asyncpg>=0.28.0
15
-
16
- # --- Frontend Dashboard ---
17
- streamlit>=1.25.0
18
-
19
- # --- Utilities & Testing ---
20
- python-dotenv>=1.0.0
21
- pytest>=7.4.0
 
 
 
 
 
1
+ # --- Machine Learning & NLP Core ---
2
+ torch>=2.0.0
3
+ transformers>=4.30.0
4
+ datasets>=2.13.0
5
+ scikit-learn>=1.2.2
6
+ numpy>=1.24.0
7
+ pandas>=2.0.0
8
+
9
+ # --- API Backend & Database ---
10
+ fastapi>=0.100.0
11
+ uvicorn[standard]>=0.22.0
12
+ pydantic>=2.0.0
13
+ sqlalchemy>=2.0.0
14
+ asyncpg>=0.28.0
15
+
16
+ # --- Frontend Dashboard ---
17
+ streamlit>=1.25.0
18
+
19
+ # --- Utilities & Testing ---
20
+ python-dotenv>=1.0.0
21
+ pytest>=7.4.0
22
+
23
+ PyPDF2>=3.0.0
24
+ captum>=0.6.0
25
+ aiosqlite>=0.19.0