Phishing-URL_Model_FastAPI / requirements.txt
Rasel Santillan
Add application file
7a3576b
raw
history blame contribute delete
235 Bytes
# FastAPI and web server
fastapi
uvicorn[standard]
# Data processing and ML
pandas==2.2.2
numpy==2.0.2
scikit-learn==1.6.1
lightgbm==4.6.0
xgboost==3.0.5
joblib==1.5.2
# Feature extraction dependencies
requests
beautifulsoup4
urllib3