CoolFace
Apppublic

abhisekb1984/infre360-cashflow-mapper

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

InfRE360 Hugging Face Space (Cash Flow Mapper)

Files

  • —app.py — Gradio UI entrypoint (Spaces runs this).
  • —infre360_mapper.py — core mapping logic (embeddings + zero-shot + rules + ensemble).
  • —cf_mapper.py — cash-flow-specific overrides (MF redemption sign rule, dividend from subs).
  • —cf_coa.csv — CF COA dictionary generated from your uploaded Excel.
  • —requirements.txt — dependencies.

Run locally

bash
pip install -r requirements.txt
python app.py

Deploy to Hugging Face

  1. 1.Create a Space (Gradio template).
  2. 2.Upload these files (or push via git).
  3. 3.Open the Space → upload CSV → get mapped CSV.