File size: 534 Bytes
cbbde4c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Prerad Project Root Requirements
# Main dependencies for the project (CPU-only PyTorch)
# Updated for Python 3.13 compatibility

# Web Framework
streamlit>=1.28.0

# Machine Learning & Computer Vision
transformers>=4.36.0
pillow>=10.0.0
regex>=2023.0.0

# PyTorch CPU version (latest stable)
# Install with: pip install torch --index-url https://download.pytorch.org/whl/cpu
torch>=2.0.0

# Data Processing
pandas>=2.0.0
jsonlines>=4.0.0

# Jupyter & Notebooks
jupyter>=1.0.0
ipykernel>=6.25.0

# Additional utilities
numpy>=1.24.0