abhisekb1984/infre360-cashflow-mapper
0
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
pip install -r requirements.txt
python app.pyDeploy to Hugging Face
- Create a Space (Gradio template).
- Upload these files (or push via git).
- Open the Space → upload CSV → get mapped CSV.
