Alexis Bruneteau 662d1a3b8f Configure DVC credentials explicitly in CI/CD pipeline
DVC needs credentials to be configured via 'dvc remote modify' command
rather than just environment variables. This fixes 403 Forbidden errors
when accessing MinIO/S3 storage.

Changes:
- Added dvc remote modify commands to set access_key_id and secret_access_key
- Applied to both pull and push operations in test and train jobs
- Added .dvc/config.local to .gitignore to prevent credential leaks

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-01 18:45:29 +02:00
2025-09-30 17:03:15 +02:00
2025-09-30 17:03:15 +02:00
2025-10-01 17:35:13 +02:00
2025-10-01 15:04:13 +02:00
2025-10-01 17:35:13 +02:00
2025-09-30 17:04:43 +02:00
2025-09-30 16:38:14 +02:00
2025-09-30 15:48:38 +02:00
2025-10-01 15:04:13 +02:00
2025-10-01 15:04:13 +02:00

MLOps Project

This is an MLOps project for CSGO data analysis and model training.

Features

  • Data pipeline with Apache Airflow
  • Model training with PyTorch and scikit-learn
  • MLflow for experiment tracking
  • DVC for data versioning
  • Monitoring with Prometheus
  • FastAPI for API serving

Setup

  1. Install dependencies:

    poetry install
    
  2. Run the data pipeline:

    airflow dags unpause csgo_data_pipeline
    

Project Structure

  • dags/: Airflow DAGs
  • src/: Source code
  • models/: Trained models
  • data/: Data files
  • notebooks/: Jupyter notebooks
  • tests/: Test files
  • config/: Configuration files
  • docker/: Docker files
  • kubernetes/: Kubernetes manifests
Description
No description provided
Readme 350 KiB
Languages
Python 73.3%
Typst 25.9%
Dockerfile 0.8%