Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi[all]
|
2 |
+
pydantic
|
3 |
+
scikit-learn==1.2.2
|
4 |
+
uvicorn[standard]
|
5 |
+
|
6 |
+
#langchain
|
7 |
+
#python-multipart
|
8 |
+
#python-dotenv
|
9 |
+
#huggingface_hub
|
10 |
+
#Requests
|
11 |
+
#pandas
|
12 |
+
#sentence_transformers
|
13 |
+
#torch
|
14 |
+
#PyPDF2
|
15 |
+
#pycryptodome
|
16 |
+
#altair
|