Skip to content

Unit 6 — Integration Project

Overview

End-to-end scientific project pipeline: from proposal to production deployment with CI/CD.

Topics

  • Scientific project proposal (structured JSON)
  • Technical implementation plan
  • Multi-agent pipeline integration (Units 1–5)
  • FastAPI deployment with Docker
  • Monitoring: Prometheus + Grafana
  • Final scientific report generation

Key Technologies

  • FastAPI — REST API for serving models
  • Docker — Containerized deployment
  • Prometheus / Grafana — Observability
  • GitHub Actions — CI/CD

Project Structure

mi_proyecto_api/
├── main.py           # FastAPI application
├── Dockerfile        # Production container
├── requirements.txt
└── tests/

Learning Outcomes

  1. Design a complete scientific AI project from scratch
  2. Deploy a FastAPI endpoint with a trained model
  3. Implement monitoring and observability
  4. Integrate all course components in a single pipeline
  5. Write a publication-ready technical report

Notebooks

Open in GitHub