Initial commit

This commit is contained in:
Ruslan Bakiev
2026-03-06 09:43:52 +07:00
commit 549fd1da9d
250 changed files with 9114 additions and 0 deletions

13
.env.example Normal file
View File

@@ -0,0 +1,13 @@
# 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