A comprehensive production-ready MLOps solution for deploying Multilingual Text Detoxification models (TextDetox 2025) on Google Cloud Platform. This project demonstrates enterprise-grade deployment practices with infrastructure as code, containerization, monitoring, and CI/CD automation.
Competition: TextDetox 2025 Challenge
git clone https://github.com/ducanhdt/detoxify_depolyment.git
cd detoxify_depolyment
Place your Google Cloud service account credentials in credentials.json at the project root.
bash start_service.sh
⏱️ Deployment time: ~10 minutes for complete infrastructure setup
Access your Grafana dashboard to monitor real-time metrics and performance.

| Component | Technology | Purpose |
|---|---|---|
| Infrastructure | Terraform | Cloud resource provisioning |
| Container Runtime | Docker + Docker Compose | Service orchestration |
| ML Serving | vLLM | High-performance model inference |
| API Framework | FastAPI | RESTful API endpoints |
| Monitoring | Grafana + Prometheus | Metrics visualization & alerting |
| Logging | Google Cloud Logging | Centralized log management |
| Data Warehouse | BigQuery | Log analytics & insights |
2 commits
Python
89.7%
Shell
7.4%
HCL
2.1%
A comprehensive production-ready MLOps solution for deploying Multilingual Text Detoxification models (TextDetox 2025) on Google Cloud Platform. This project demonstrates enterprise-grade deployment practices with infrastructure as code, containerization, monitoring, and CI/CD automation.
Competition: TextDetox 2025 Challenge
git clone https://github.com/ducanhdt/detoxify_depolyment.git
cd detoxify_depolyment
Place your Google Cloud service account credentials in credentials.json at the project root.
bash start_service.sh
⏱️ Deployment time: ~10 minutes for complete infrastructure setup
Access your Grafana dashboard to monitor real-time metrics and performance.

| Component | Technology | Purpose |
|---|---|---|
| Infrastructure | Terraform | Cloud resource provisioning |
| Container Runtime | Docker + Docker Compose | Service orchestration |
| ML Serving | vLLM | High-performance model inference |
| API Framework | FastAPI | RESTful API endpoints |
| Monitoring | Grafana + Prometheus | Metrics visualization & alerting |
| Logging | Google Cloud Logging | Centralized log management |
| Data Warehouse | BigQuery | Log analytics & insights |
2 commits
Python
89.7%
Shell
7.4%
HCL
2.1%