openfree commited on
Commit
a05ead0
·
verified ·
1 Parent(s): 5dd08ba

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +27 -0
requirements.txt ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core Framework
2
+ fastapi
3
+ uvicorn[standard]
4
+ python-dotenv
5
+ huggingface_hub
6
+ # Async & HTTP
7
+ aiosqlite
8
+ httpx
9
+ groq
10
+ # AI & ML
11
+ torch
12
+ sentence-transformers
13
+ scikit-learn
14
+ numpy
15
+
16
+ # Vector Database
17
+ chromadb
18
+
19
+ # Graph & Network
20
+ networkx
21
+
22
+ # NLP & Language Detection
23
+ langdetect
24
+
25
+ # File Processing
26
+ PyPDF2
27
+ chardet