Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files- company_profiles.index +0 -0
- requirements.txt +20 -0
company_profiles.index
ADDED
|
Binary file (30.8 kB). View file
|
|
|
requirements.txt
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=3.50.2
|
| 2 |
+
yfinance>=0.2.28
|
| 3 |
+
pandas>=2.0.0
|
| 4 |
+
numpy>=1.24.0
|
| 5 |
+
plotly>=5.18.0
|
| 6 |
+
torch>=2.0.0
|
| 7 |
+
transformers>=4.35.2
|
| 8 |
+
vaderSentiment>=3.3.2
|
| 9 |
+
chromadb>=0.4.15
|
| 10 |
+
beautifulsoup4>=4.12.2
|
| 11 |
+
newspaper3k>=0.2.8
|
| 12 |
+
requests>=2.31.0
|
| 13 |
+
lxml_html_clean
|
| 14 |
+
accelerate>=0.26.0
|
| 15 |
+
bitsandbytes
|
| 16 |
+
sec-edgar-downloader
|
| 17 |
+
faiss-cpu
|
| 18 |
+
sentence-transformers
|
| 19 |
+
selenium
|
| 20 |
+
langchain_huggingface
|