Spaces:
Running
Running
| # Core Framework | |
| fastapi==0.115.0 | |
| uvicorn[standard]==0.27.0 | |
| # Configuration Management | |
| pydantic==2.5.3 | |
| pydantic-settings==2.1.0 | |
| python-dotenv==1.0.0 | |
| # File Processing | |
| python-magic==0.4.27 | |
| python-multipart==0.0.26 | |
| # Testing | |
| pytest==8.3.5 | |
| pytest-asyncio==0.23.8 | |
| httpx==0.26.0 | |
| pytest-cov==5.0.0 | |
| psutil==5.9.8 | |
| # Image Processing & Forensics | |
| Pillow==12.1.1 | |
| imagehash==4.3.1 | |
| # AI Detection & Analysis | |
| numpy>=1.24.0,<2.0.0 | |
| scipy==1.11.4 | |
| scikit-learn==1.5.0 | |
| opencv-python==4.9.0.80 | |
| slowapi==0.1.9 | |
| # Advanced Image Analysis | |
| PyWavelets==1.4.1 | |
| scikit-image==0.22.0 | |
| # Cryptography | |
| cryptography==46.0.6 | |
| # Deep Learning Detection | |
| torch==2.6.0 | |
| torchvision==0.21.0 | |
| diffusers==0.25.0 | |
| transformers==4.53.1 | |
| accelerate==1.7.0 | |
| huggingface_hub==0.30.0 | |
| safetensors==0.4.5 | |
| ftfy==6.1.1 | |
| regex==2023.12.25 | |
| # CLIP Detection | |
| clip @ git+https://github.com/openai/CLIP.git | |
| # Dataset utilities | |
| tqdm==4.67.0 | |
| # Own Embedding Detector | |
| tensorboard==2.16.2 | |
| xgboost>=2.0.0 | |
| shap>=0.45.0 | |