Mansi-Yelkar/Reconcile-Razorpay
Optimize requirements.txt for HF Gradio Space resolution
Deploy Gradio SDK compatibility for HF Spaces
Remove hosted README metadata
Configure Docker SDK on port 7860 for HF Spaces
Configure app.py entrypoint for HF Spaces deployment
Deploy Reconcile AI Revenue Recovery Orchestrator to Hugging Face Spaces with Ramp UI
add impact visuals: hero counter, recovery segmented bar, rail donut, tier bars
write up README + architecture doc
keep data/ dir in repo (csv/db are gitignored, generated at runtime)
wire dashboard to /api/run, reasoning drawer, live inject demo
style pass: dark ops-tool look, ditch the default AI-dashboard gradient
dashboard shell: dual-ledger diff view, stat strip
guard: assert duplicate-charge rows never reach the confidence scorer
wire flask api: /api/run, /api/audit-log, /api/inject
persist every decision to sqlite for the audit trail
agent: map confidence tier -> action + plain-language reasoning
add logistic regression confidence scorer
match ledgers by ref_id, bucket into matched/mismatch/unmatched
add synthetic dual-ledger generator (bank vs merchant)
init: project skeleton, gitignore, deps
