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-review-sentinel
Lead.AI Review Sentinel analyzes customer reviews/messages and flags risky reputation moments before escalation.
Service message: "Detect unhappy customers before they leave bad reviews."
PositiveNeutralNegativeUrgent ComplaintAlong with:
urgency_score (0-100)suggested_reply for support/reputation teamsreview_textratingresponse_time_hourscustomer_typeissue_categorydata/data.csv - synthetic Kaggle-ready datasetdataset/README.md - dataset cardtrain_model.py - hybrid text + tabular classification pipelinemodel/model.joblib - serialized model artifact (generated after training)model/metrics.json - evaluation report (generated after training)app.py - Gradio demo for live analysis + 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
{
"review_text": "Billing error was not fixed after multiple messages.",
"rating": 1,
"response_time_hours": 72,
"customer_type": "returning",
"issue_category": "billing"
}
1.0000 (synthetic dataset benchmark)80/20 stratifiedmodel/metrics.jsonexport HF_TOKEN=hf_xxx
python push_to_huggingface.py