Lead.AI Customer & Review Intelligence
Collection
Churn prediction, lead scoring, and review sentiment analysis with urgency detection for customer intelligence. • 2 items • Updated
Model repo target: arun-gharami/lead-ai-customer-predictor
Lead.AI Customer Predictor classifies customer quality and churn likelihood for salons, stores, agencies, and small businesses.
Service message: "Find which customers are likely to buy again."
Hot LeadNormal LeadChurn RiskUse this output to prioritize outreach, automate nurture campaigns, and export scored leads to CRM.
customer_tenuretotal_spentlast_purchase_daysvisit_countemail_open_ratediscount_usagesupport_ticketssatisfaction_scoredata/data.csv - synthetic Kaggle-ready datasetdataset/README.md - dataset cardtrain_model.py - training pipeline and metrics exportmodel/model.joblib - serialized model artifact (generated after training)model/metrics.json - evaluation report (generated after training)app.py - Gradio demo for live scoring + CSV uploadsample_api_usage.py - API integration examplepush_to_huggingface.py - publish project to Hugging Face model repopip install -r requirements.txt
python train_model.py
python app.py
{
"customer_tenure": 24,
"total_spent": 3400,
"last_purchase_days": 8,
"visit_count": 42,
"email_open_rate": 0.76,
"discount_usage": 0.12,
"support_tickets": 0,
"satisfaction_score": 9.1
}
0.826780/20 stratifiedmodel/metrics.jsonexport HF_TOKEN=hf_xxx
python push_to_huggingface.py