eardage commited on
Commit
f8d6c88
·
verified ·
1 Parent(s): 5679c5f

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -0
requirements.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ML Technical Debt Diagnostic Chatbot — TÜBİTAK Project
2
+ # Dependencies
3
+
4
+ # Core
5
+ sentence-transformers>=2.2.0
6
+ numpy>=1.24.0
7
+
8
+ # LLM Backend (choose one)
9
+ # openai>=1.0.0 # For GPT-4o production deployment
10
+
11
+ # Web UI
12
+ gradio>=4.0.0
13
+
14
+ # Optional: for production deployment
15
+ # fastapi>=0.100.0
16
+ # uvicorn>=0.23.0
17
+ # redis>=4.6.0
18
+ # websockets>=11.0.0