| # Copy this file to `.env` and fill in a real value. | |
| # Generate one with: python -c "import secrets; print(secrets.token_hex(24))" | |
| API_KEY=replace_this_with_a_real_generated_key | |
| # Optional: override where the model file is loaded from | |
| MODEL_PATH=models/Cattle.Keras | |