Spaces:
Runtime error
Runtime error
File size: 421 Bytes
a3440c5 5bc1e89 1f9ba54 5bc1e89 a3440c5 5bc1e89 54a8bbb a3440c5 5bc1e89 a3440c5 5bc1e89 1f9ba54 48922fa a3440c5 5bc1e89 48922fa a3440c5 5bc1e89 48922fa 5bc1e89 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
# Core Dependencies langchain>=0.1.0 langchain-community>=0.0.10 transformers>=4.36.2 sentence-transformers>=2.2.2 torch>=2.1.2 --index-url https://download.pytorch.org/whl/cpu # Web Scraping & Search duckduckgo-search>=4.1.1 beautifulsoup4>=4.12.2 requests>=2.31.0 tenacity>=8.2.3 aiohttp>=3.9.1 # OSINT Tools holehe>=1.61 python-whois>=0.8.0 geopy>=2.4.1 # UI gradio>=4.12.0 # Utilities numpy>=1.26.2 pillow>=10.1.0 |