-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
38 lines (30 loc) · 810 Bytes
/
requirements.txt
File metadata and controls
38 lines (30 loc) · 810 Bytes
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
# Core ML frameworks
torch>=2.0.0
torchvision>=0.15.0
timm>=0.9.0
transformers>=4.30.0
# Computer vision and image processing
opencv-python>=4.8.0
Pillow>=10.0.0
# Data science and analysis
numpy>=1.24.0
pandas>=2.0.0
scikit-learn>=1.3.0
# Visualization
matplotlib>=3.7.0
seaborn>=0.12.0
# Progress bars and utilities
tqdm>=4.65.0
# Optional but recommended for better performance
# CUDA-enabled PyTorch (install manually based on your CUDA version)
# pip install torch torchvision --index-url https://download.pytorch.org/whl/cu118
# For development and testing
pytest>=7.4.0
black>=23.0.0
flake8>=6.0.0
# Memory profiling (optional)
memory-profiler>=0.61.0
# Additional utilities
pathlib>=1.0.0 # Usually included with Python 3.4+
warnings # Built-in Python module
logging # Built-in Python module