Safe-Space / requirements.txt
parthraninga's picture
Upload 14 files
50f0958 verified
raw
history blame contribute delete
508 Bytes
# FastAPI Core
fastapi==0.104.1
uvicorn==0.23.2
pydantic==2.5.0
# HTTP and API utilities
requests==2.31.0
python-dateutil==2.8.2
# ML Dependencies for Threat Detection
scikit-learn==1.3.2
pandas==2.1.4
numpy==1.24.4
joblib==1.3.2
onnxruntime==1.16.3
# Environment and utilities
python-dotenv==1.0.0
# Optional dependencies (uncomment if needed)
# gdown==4.7.1 # For Google Drive downloads
torch==2.1.1 # If using PyTorch models
transformers==4.36.2 # If using Hugging Face models