Spaces:
Running
Running
| # Environment variables for Verysense ML | |
| # Copy this file to .env and fill in the values | |
| # Server Configuration | |
| HOST=0.0.0.0 | |
| PORT=5000 | |
| DEBUG=True | |
| # Model Configuration | |
| # Optional: specify custom model paths | |
| # TEXT_MODEL_PATH=./models/trained/text_model.pkl | |
| # DOMAIN_DB_PATH=./models/trained/domain_reputation.json | |
| # API Keys (optional, for enhanced features) | |
| # GOOGLE_API_KEY=your_google_api_key | |
| # HUGGINGFACE_TOKEN=your_huggingface_token | |