AI-Powered Incident Response & Root Cause Analysis Platform
CortexOps is a production-style incident investigation platform built with Flask, JavaScript, and Google Gemini AI. It simulates how modern Site Reliability Engineering (SRE) teams investigate, analyze, and resolve production incidents using AI-assisted workflows.
- 🤖 AI Copilot powered by Google Gemini
- 📄 AI-generated Incident Reports (RCA)
- 📊 Live Infrastructure Monitoring Charts
- 📜 Real-time Production Log Viewer
- 🧠 Multi-Agent Investigation Workflow
- 🔍 Root Cause Analysis Engine
- 📈 Incident Timeline Visualization
- 🗺️ Service Dependency Map
- ⚡ Live System Health Metrics
- 🛠️ Resolution Simulator
- 💾 Download AI Incident Reports
User
│
▼
Flask Web Application
│
┌───────────┼────────────┐
▼ ▼ ▼
Dashboard Investigation AI Copilot
│ │ │
│ ▼ ▼
│ Incident Engine Gemini AI
│ │
▼ ▼
Live Charts RCA Generator
- Python
- Flask
- HTML5
- CSS3
- JavaScript
- Chart.js
- Google Gemini API
- JSON
- Production Log Files
- VS Code
- Git
- GitHub
CortexOps
│
├── app.py
├── ai_service.py
├── requirements.txt
├── .env
│
├── data
│ ├── alerts
│ └── logs
│
├── static
│ ├── css
│ └── js
│
├── templates
│ ├── index.html
│ ├── dashboard.html
│ └── investigation.html
│
└── README.md
git clone <repository-url>
cd CortexOps
pip install -r requirements.txt
python app.pyOpen:
http://127.0.0.1:5000
Add screenshots of:
- Landing Page
- Dashboard
- Investigation Console
- AI Copilot
- AI Report
- Live Charts
- Kubernetes Integration
- Prometheus Metrics
- Grafana Support
- Slack Notifications
- Email Alerts
- PDF Report Export
- Multi-Incident Correlation
Praveen Kumar U
BCA Graduate | AI & Full Stack Enthusiast
GitHub: https://github.com/praveenjoe115
Please consider giving it a star.