File size: 502 Bytes
a4da623
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# PyTorch Unified Model Comparison
# Combined dependencies for all three models

# Web Framework & UI
gradio
fastapi
uvicorn
python-multipart

# Core ML Framework
torch
torchvision

# Hugging Face & Transformers
transformers
safetensors
datasets
evaluate

# Image Processing & Numerical Computing
pillow
numpy
opencv-python

# Vision Models Library (for Xception)
timm

# Additional utilities
pydantic
huggingface_hub

# Optional: For enhanced performance
scikit-learn