svm_model / .env.example
TrBn17
app
e775b41
raw
history blame contribute delete
262 Bytes
# Environment Variables for SVM Classifier
# Copy this file to .env and set your values
# API Key for authentication
API_KEY=my-super-secret-api-key-2024
# Path to the model file
MODEL_PATH=fake_news_model.joblib
# Server configuration
HOST=0.0.0.0
PORT=8000