Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
faiss-cpu
|
3 |
+
pandas
|
4 |
+
ollama
|
5 |
+
duckduckgo-search
|
6 |
+
playwright install --with-deps
|
7 |
+
requests crawl4ai[playwright]
|
8 |
+
numpy
|