Spaces:
No application file
No application file
Upload requirements.txt (#8)
Browse files- Upload requirements.txt (084eff3e4f6d8d4173a940c8b9de4fef66282029)
Co-authored-by: Aria Zand <amzand@users.noreply.huggingface.co>
- requirements.txt +15 -0
requirements.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
openai
|
| 2 |
+
gradio
|
| 3 |
+
pandas
|
| 4 |
+
numpy
|
| 5 |
+
scikit-learn
|
| 6 |
+
sentence-transformers
|
| 7 |
+
tiktoken
|
| 8 |
+
PyPDF2
|
| 9 |
+
python-docx
|
| 10 |
+
requests
|
| 11 |
+
beautifulsoup4
|
| 12 |
+
lxml
|
| 13 |
+
googlesearch-python
|
| 14 |
+
duckduckgo-search
|
| 15 |
+
tqdm
|