Pipalskill commited on
Commit
bf5cca2
·
verified ·
1 Parent(s): bf35478

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +29 -0
requirements.txt ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core AI/ML
2
+ transformers==4.36.0
3
+ torch==2.1.0
4
+ sentence-transformers==2.2.2
5
+ numpy==1.24.3
6
+
7
+ # Vector Database
8
+ chromadb==0.4.22
9
+
10
+ # LangChain
11
+ langchain==0.1.0
12
+ langchain-google-genai==0.0.6
13
+
14
+ # API Framework
15
+ fastapi==0.109.0
16
+ uvicorn[standard]==0.27.0
17
+ websockets==12.0
18
+ pydantic==2.5.3
19
+
20
+ # Firebase
21
+ firebase-admin==6.4.0
22
+
23
+ # Utilities
24
+ requests==2.31.0
25
+ python-multipart==0.0.6
26
+
27
+ # Optional (for production)
28
+ gunicorn==21.2.0
29
+ python-dotenv==1.0.0