|
1 | | -# Environment Variables Template for Chest Cancer Classification Project |
2 | | -# Copy this file to .env and fill in your actual values |
3 | | - |
4 | | -# ======================================== |
5 | | -# DAGSHUB & MLFLOW CONFIGURATION |
6 | | -# ======================================== |
7 | | -# Get these values from your DagHub repository |
8 | | -# Visit: https://dagshub.com/YOUR_USERNAME/YOUR_REPO/settings |
9 | 1 | DAGSHUB_REPO_OWNER=your_username_here |
10 | 2 | DAGSHUB_REPO_NAME=your_repo_name_here |
11 | 3 | DAGSHUB_USERNAME=your_dagshub_username |
12 | 4 | DAGSHUB_TOKEN=your_dagshub_token_here |
13 | 5 |
|
14 | | -# MLflow Tracking URI (automatically generated based on repo) |
15 | 6 | MLFLOW_TRACKING_URI=https://dagshub.com/YOUR_USERNAME/YOUR_REPO.mlflow |
16 | 7 |
|
17 | | -# ======================================== |
18 | | -# DATA SOURCE CONFIGURATION |
19 | | -# ======================================== |
20 | | -# Google Drive file ID for dataset download |
21 | | -# Extract from URL: https://drive.google.com/file/d/{FILE_ID}/view |
22 | 8 | DATASET_URL=https://drive.google.com/file/d/YOUR_FILE_ID_HERE/view?usp=sharing |
23 | 9 |
|
24 | | -# ======================================== |
25 | | -# OPTIONAL: AWS/Cloud Storage (if migrating from Google Drive) |
26 | | -# ======================================== |
27 | | -# AWS_ACCESS_KEY_ID=your_aws_access_key |
28 | | -# AWS_SECRET_ACCESS_KEY=your_aws_secret_key |
29 | | -# S3_BUCKET_NAME=your_bucket_name |
30 | | - |
31 | | -# ======================================== |
32 | | -# DEPLOYMENT SECRETS (for production) |
33 | | -# ======================================== |
34 | | -# API_SECRET_KEY=generate_random_secret_key_here |
35 | | -# DATABASE_URL=your_database_connection_string |
0 commit comments