ISE / requirements.txt
fikird
fix: Update dependencies and imports
1f9ba54
raw
history blame
719 Bytes
# Core Dependencies
python-dotenv>=1.0.0
langchain>=0.1.0
langchain-community>=0.0.10
transformers>=4.30.2
sentence-transformers>=2.2.2
faiss-cpu>=1.7.4
torch>=2.0.1 --index-url https://download.pytorch.org/whl/cpu
accelerate>=0.21.0
# Web Scraping & Search
duckduckgo-search>=3.8.3
beautifulsoup4>=4.12.2
requests>=2.31.0
google>=3.0.0
tenacity>=8.2.2
aiohttp>=3.8.5
httpx>=0.24.1
# Image Processing
Pillow>=10.0.0
face-recognition>=1.3.0
opencv-python-headless>=4.8.0
# OSINT Tools
holehe>=1.61
sherlock-project>=0.14.0
python-sherlock>=0.1.0
python-whois>=0.8.0
geopy>=2.3.0
# UI
gradio>=3.40.1
markdown>=3.4.3
# Utilities
python-dateutil>=2.8.2
tqdm>=4.65.0
validators>=0.20.0
urllib3>=2.0.4
certifi>=2023.7.22