Novoo5 commited on
Commit
64cc57d
·
verified ·
1 Parent(s): 1b7f4cb

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn==0.24.0
3
+ pydantic==2.4.2
4
+ python-multipart==0.0.6
5
+ chromadb==0.4.15
6
+ sentence-transformers==2.2.2
7
+ huggingface-hub==0.20.3
8
+ google-generativeai==0.3.2
9
+ pandas==2.1.4
10
+ numpy==1.26.4
11
+ python-dotenv==1.0.0
12
+ requests==2.31.0
13
+ tqdm==4.65.0
14
+ gunicorn==21.0.0