Spaces:
Sleeping
Sleeping
Mehmet Emin Aydin
commited on
Create requirements.txt
Browse filesRequired frameworks have been set
- 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
|