| title | Slip - Churn Intelligence Platform |
|---|---|
| emoji | 📉 |
| colorFrom | blue |
| colorTo | indigo |
| sdk | docker |
| pinned | false |
Slip is a production-grade churn intelligence platform. It bridges the gap between historical data analysis and real-world customer retention by combining classical Machine Learning with modern Agentic AI reasoning.
You can access the hosted version of the platform directly:
- Hugging Face (Primary): Slip Churn Command Center
- Streamlit Cloud (Mirror): slip-ai.streamlit.app
Customer churn is more than just a lost subscription; it’s a disruption in growth. This project tackles the churn problem in two distinct phases:
- Phase 1 (Predictive): We built a robust Random Forest pipeline to identify at-risk customers with 84% accuracy.
- Phase 2 (Agentic): We developed a "Strategist" Agent using LangGraph and RAG to reason through a customer's specific pain points and generate professional, data-backed retention plans.
- Analytical Verdicts: Real-time inference on customer profiles.
- Model Transparency: Feature importance and performance metrics built-in.
- Data Balance: Utilizes SMOTE to ensure minority churn signals are never ignored.
- Cognitive Flow: Built on LangGraph for multi-step "Chain of Thought" reasoning.
- Dynamic Retrieval: Queries an internal knowledge base of playbooks via FAISS.
- Interactive Persona: Accepts custom user instructions to refine the strategic focus.
Get Slip running on your local machine in seconds:
# 1. Setup your environment
python3 -m venv .venv && source .venv/bin/activate
# 2. Synchronize dependencies
pip install -r requirements.txt
# 3. Launch the Intelligence Center
streamlit run app.py- System Blueprints: Explore the architectural flow from data to strategy.
- Agent Workflow: A deep dive into the LangGraph DAG logic.
- Technology Stack: Detailed breakdown of our weapons of choice.
- Installation Guide: Step-by-step setup and prerequisites.
- Presentation Script: A visual guide for the Milestone 2 presentation.
Slip is optimized for deployment on Hugging Face Spaces using Docker.
To clone the source code directly from the Hugging Face Space:
# Note: You will need Git LFS installed to pull the model artifacts
git clone https://huggingface.co/spaces/Manku69/slip-churn-intelligence
cd slip-churn-intelligence
git lfs pull- SDK: Docker (Debian Slim)
- Large Files: Managed via Git LFS (tracking
.pkland.csvfiles). - Environment Secrets: Requires
GOOGLE_API_KEY,GROQ_API_KEY, andMISTRAL_API_KEYto be set in the Space settings.
Built by the Slip core team. Visit our Contributors Guide to see the faces behind the code.