CoolFace
Apppublic

Incognito-24/gst-reconciliation-env

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
App README

๐Ÿงพ GST Reconciliation Environment

An OpenEnv-compliant reinforcement learning environment that simulates real-world Indian GST (Goods and Services Tax) reconciliation.

What is GST Reconciliation?

Every GST-registered business in India must monthly reconcile:

  • โ€”GSTR-2A: Invoices uploaded by suppliers on the government portal
  • โ€”Purchase Register: The company's own internal purchase records

Mismatches cause ITC (Input Tax Credit) losses worth crores of rupees annually. This environment trains AI agents to do this job automatically.

Tasks

TaskNameDifficulty
1Basic Invoice MatchingEasy
2ITC Eligibility & Date ReconciliationMedium
3Full Month-End ReconciliationHard

API Endpoints

MethodEndpointDescription
GET/Environment info
GET/healthHealth check
POST/resetStart new episode
POST/stepTake an action
GET/stateGet full state

Setup

bash
docker build -t gst-env .
docker run -p 7860:7860 gst-env

Save with **Ctrl+S**, then run:

git add README.md

git commit -m "Fix README config for HF Space"

git push origin master:main