Mehmet Emin Aydin commited on
Commit
2e27f67
·
unverified ·
1 Parent(s): 5d16466

Create requirements.txt

Browse files

Required frameworks have been set

Files changed (1) hide show
  1. requirements.txt +15 -0
requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.110.2
2
+ uvicorn==0.29.0
3
+ python-multipart==0.0.9
4
+ PyPDF2==3.0.1
5
+ python-docx==1.1.0
6
+ langchain==0.1.16
7
+ sentence-transformers==2.7.0
8
+ faiss-cpu==1.8.0
9
+ langchain-google-genai==1.0.2
10
+ python-dotenv==1.0.1
11
+ requests
12
+ langchain-community
13
+ docx
14
+ # UI
15
+ streamlit==1.33.0