File size: 742 Bytes
df4a21a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# DeepFake Detector Backend - Python Dependencies

# Web framework
fastapi>=0.109.0,<1.0.0
uvicorn[standard]>=0.27.0,<1.0.0

# Data validation
pydantic>=2.5.0,<3.0.0
pydantic-settings>=2.1.0,<3.0.0

# Image processing
pillow>=10.2.0,<11.0.0
matplotlib>=3.7.0,<4.0.0
opencv-python>=4.8.0,<5.0.0

# Deep Learning
torch>=2.0.0,<3.0.0
torchvision>=0.15.0,<1.0.0
timm>=0.9.0

# Machine Learning (for fusion models)
scikit-learn>=1.3.0,<2.0.0
numpy>=1.24.0,<2.0.0

# Hugging Face Hub
huggingface_hub>=0.20.0,<1.0.0
hf_xet

# HTTP client (optional, for testing)
httpx>=0.26.0,<1.0.0

# File uploads
python-multipart>=0.0.6,<1.0.0

# Testing
pytest>=7.4.0,<9.0.0
pytest-asyncio>=0.23.0,<1.0.0

# Google Gemini for LLM explanations
google-genai>=1.0.0