Spaces:
Sleeping
Sleeping
| # AEFRS Configuration | |
| APP_NAME="AEFRS Ultimate" | |
| ENVIRONMENT=production | |
| DEBUG=false | |
| # API Settings | |
| API_HOST=0.0.0.0 | |
| API_PORT=7860 | |
| RATE_LIMIT=100 | |
| # Model Settings | |
| DETECTION_MODEL_PATH=models/face_detection.tflite | |
| RECOGNITION_MODEL_PATH=models/face_recognition.tflite | |
| SIMILARITY_THRESHOLD=0.6 | |
| # Database | |
| DATABASE_PATH=database/identities.db | |
| BACKUP_ENABLED=true | |
| # Vector Search | |
| VECTOR_SEARCH_ENABLED=true | |
| VECTOR_DIMENSION=512 | |
| # Security (optional) | |
| JWT_SECRET_KEY=your-secret-key-here | |
| API_KEY=your-api-key-here | |
| # Monitoring | |
| LOG_LEVEL=INFO | |
| METRICS_ENABLED=true |