Files
pickle_vision/.env.example
Ruslan Bakiev 549fd1da9d Initial commit
2026-03-06 09:43:52 +07:00

14 lines
302 B
Plaintext

# Roboflow Configuration (optional - only if using hosted API)
ROBOFLOW_API_KEY=your_api_key_here
# Model Configuration
MODEL_PATH=models/pickleball-detection
MODEL_VERSION=1
# Server Configuration
API_HOST=0.0.0.0
API_PORT=8000
# Redis Configuration (for Celery)
REDIS_URL=redis://localhost:6379/0