Add claude config

This commit is contained in:
Yaojia Wang
2026-01-25 16:17:39 +01:00
parent d5101e3604
commit e83a0cae36
6 changed files with 695 additions and 38 deletions

22
.env.example Normal file
View File

@@ -0,0 +1,22 @@
# Database Configuration
# Copy this file to .env and fill in your actual values
# PostgreSQL Database
DB_HOST=192.168.68.31
DB_PORT=5432
DB_NAME=docmaster
DB_USER=docmaster
DB_PASSWORD=your_password_here
# Model Configuration (optional)
# MODEL_PATH=runs/train/invoice_fields/weights/best.pt
# CONFIDENCE_THRESHOLD=0.5
# Server Configuration (optional)
# SERVER_HOST=0.0.0.0
# SERVER_PORT=8000
# Auto-labeling Configuration (optional)
# AUTOLABEL_WORKERS=2
# AUTOLABEL_DPI=150
# AUTOLABEL_MIN_CONFIDENCE=0.5