ChurnGuard — Live Customer Churn Prediction Platform | Open Source | Mopuru Upendra Reddy
Customer Churn Prediction Platform
Real-time Analytics · ML Risk Scoring · Optional Claude AI Advisor · Python ML
// Stop Losing Customers. Start Predicting Churn.
๐ LIVE DEMO — CLICK TO OPEN
| Website | churnguard-customer-churn-predictio.vercel.app |
| Dashboard | /dashboard → |
| Backend API | /api/churn/summary → |
| Source Code | github.com/upendra8690/churnguard-customer-churn-prediction |
⚠ Backend runs on Render's free tier and sleeps when idle — first request after inactivity takes 30-50s to wake up.
๐ The Story
Most companies have no idea a customer is about to leave until the cancellation email arrives. Tools that solve this exist — but they're typically enterprise software costing tens of thousands of dollars a year, built for teams with a data scientist on staff.
I built ChurnGuard as my own version of that idea — a full-stack, open-source churn intelligence platform. A real Python scikit-learn model, a real Node.js REST API, a real React dashboard on top of it, and an optional Claude AI advisor for plain-English retention recommendations.
It's not just code sitting in a repo. It's deployed — a live site, a live API, a live dashboard — click the links above and try it yourself.
✨ Platform Features
๐บ Public Roadmap
๐ก Why This Exists
accessible, not just enterprise-priced.
Enterprise churn tools often cost $50,000/year. ChurnGuard is free and open source — built to be capable enough for a real team to rely on, and simple enough for one person to deploy in an afternoon.
⚡ API Reference
9 REST ENDPOINTS · churnguard-customer-churn-prediction.onrender.com/api/churn
| GET /summary | Churn rate, avg charges, tenure, senior rate |
| GET /by-contract | Churn counts by contract type |
| GET /by-internet | Churn counts by internet service |
| GET /by-payment | Churn counts by payment method |
| GET /tenure-distribution | Churn across 6 tenure buckets |
| GET /monthly-charges | Charges distribution |
| GET /customers | All 940 customers with risk scores |
| POST /predict | Predict churn from customer attributes |
| POST /ai-advisor | AI retention recommendations (demo mode without a key) |
๐ Run It Yourself
๐จ๐ป About the Builder
Free, open source, deployed, and built to actually work — click the live links above and see for yourself.
Comments
Post a Comment